Color Hex Logo

#c5992f Color Hex

#C5992F
(197,153,47)
0 Favorites   0 Comments

Color spaces of #c5992f

RGB 19715347
HSL0.120.610.48
HSV42°76°77°
CMYK 0.000.220.76   0.23
XYZ34.930334.85807.5766
Yxy34.85800.45150.4506
Hunter Lab59.04072.285033.7199
CIE-Lab65.63806.256558.4927

#c5992f color RGB value is (197,153,47).

#c5992f hex color red value is 197, green value is 153 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #c5992f hue: 0.12 , saturation: 0.61 and the lightness value of c5992f is 0.48.

The process color (four color CMYK) of #c5992f color hex is 0.00, 0.22, 0.76, 0.23. Web safe color of #c5992f is #cc9933. Color #c5992f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011001 00101111
Octal 305 231 57
Decimal 197 153 47
Hex C5 99 2F

RGB Percentages of Color #c5992f

%49.62
%38.54
%11.84

CMYK Percentages of Color #c5992f

%0
%22
%76
%23

Triadic Colors of #c5992f

#c5992f #2fc599 #992fc5

Analogous Colors of #c5992f

#c5992f #a6c52f #c54e2f

Monochromatic Colors of #c5992f

#c5992f

Complementary Color

#c5992f #2f5bc5

#c5992f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5992f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5992f Color CSS Codes

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

#c5992f Text Font Color

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

This sample text font color is #c5992f
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.


#c5992f Background Color

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

This div background color is #c5992f


#c5992f Border Color

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

This div border color is #c5992f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5992f


Comments

No comments written yet.

Please login to write comment.