Color Hex Logo

#c5975b Color Hex

#C5975B
(197,151,91)
0 Favorites   0 Comments

Color spaces of #c5975b

RGB 19715191
HSL0.090.480.56
HSV34°54°77°
CMYK 0.000.230.54   0.23
XYZ35.980934.758914.7103
Yxy34.75890.42110.4068
Hunter Lab58.95675.763326.4762
CIE-Lab65.560510.145537.9972

#c5975b color RGB value is (197,151,91).

#c5975b hex color red value is 197, green value is 151 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #c5975b hue: 0.09 , saturation: 0.48 and the lightness value of c5975b is 0.56.

The process color (four color CMYK) of #c5975b color hex is 0.00, 0.23, 0.54, 0.23. Web safe color of #c5975b is #cc9966. Color #c5975b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010111 01011011
Octal 305 227 133
Decimal 197 151 91
Hex C5 97 5B

RGB Percentages of Color #c5975b

%44.87
%34.40
%20.73

CMYK Percentages of Color #c5975b

%0
%23
%54
%23

Triadic Colors of #c5975b

#c5975b #5bc597 #975bc5

Analogous Colors of #c5975b

#c5975b #bec55b #c5625b

Monochromatic Colors of #c5975b

#c5975b

Complementary Color

#c5975b #5b89c5

#c5975b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5975b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5975b Color CSS Codes

.mybgcolor {background-color:#c5975b; } 
.myforecolor {color:#c5975b; }
.mybordercolor {border:3px solid #c5975b; }

#c5975b Text Font Color

<p style="color:#c5975b">Text here</p>

This sample text font color is #c5975b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c5975b Background Color

<div style="background-color:#c5975b">
Div content here</div>

This div background color is #c5975b


#c5975b Border Color

<div style="border:3px solid #c5975b">
Div here</div>

This div border color is #c5975b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,151,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5975b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5975b;
  -webkit-box-shadow: 1px 1px 3px 2px #c5975b;
  box-shadow:         1px 1px 3px 2px #c5975b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,151,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c5975b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c5975b;
  -webkit-box-shadow: 1px 1px 3px 2px #c5975b;
  box-shadow:         1px 1px 3px 2px #c5975b;">
Div content here</div>

This div box has shadow with color #c5975b


Comments

No comments written yet.

Please login to write comment.