color codes Logo

#c2892f color codes

#C2892F
(194,137,47)
0 Favorites   0 Comments

Color spaces of #c2892f

RGB 19413747
HSL0.100.610.47
HSV37°76°76°
CMYK 0.000.290.76   0.24
XYZ31.706929.56596.7250
Yxy29.56590.46630.4348
Hunter Lab54.37458.931630.7292
CIE-Lab61.277813.676054.1806

#c2892f color RGB value is (194,137,47).

#c2892f hex color red value is 194, green value is 137 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #c2892f hue: 0.10 , saturation: 0.61 and the lightness value of c2892f is 0.47.

The process color (four color CMYK) of #c2892f color code is 0.00, 0.29, 0.76, 0.24. Web safe color of #c2892f is #cc9933. Color #c2892f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001001 00101111
Octal 302 211 57
Decimal 194 137 47
Hex C2 89 2F

RGB Percentages of Color #c2892f

%51.32
%36.24
%12.43

CMYK Percentages of Color #c2892f

%0
%29
%76
%24

Triadic Colors of #c2892f

#c2892f #2fc289 #892fc2

Analogous Colors of #c2892f

#c2892f #b2c22f #c2402f

Monochromatic Colors of #c2892f

#c2892f

Complementary Color

#c2892f #2f68c2

#c2892f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2892f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2892f Color CSS Codes

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

#c2892f Text Font Color

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

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


#c2892f Background Color

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

This div background color is #c2892f


#c2892f Border Color

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

This div border color is #c2892f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,137,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 #c2892f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2892f


Comments

No comments written yet.

Please login to write comment.