Color Hex Logo

#c2902b Color Hex

#C2902B
(194,144,43)
0 Favorites   0 Comments

Color spaces of #c2902b

RGB 19414443
HSL0.110.640.46
HSV40°78°76°
CMYK 0.000.260.78   0.24
XYZ32.657431.59036.6618
Yxy31.59030.46060.4455
Hunter Lab56.20525.356132.3163
CIE-Lab63.00289.671957.4031

#c2902b color RGB value is (194,144,43).

#c2902b hex color red value is 194, green value is 144 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #c2902b hue: 0.11 , saturation: 0.64 and the lightness value of c2902b is 0.46.

The process color (four color CMYK) of #c2902b color hex is 0.00, 0.26, 0.78, 0.24. Web safe color of #c2902b is #cc9933. Color #c2902b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010000 00101011
Octal 302 220 53
Decimal 194 144 43
Hex C2 90 2B

RGB Percentages of Color #c2902b

%50.92
%37.80
%11.29

CMYK Percentages of Color #c2902b

%0
%26
%78
%24

Triadic Colors of #c2902b

#c2902b #2bc290 #902bc2

Analogous Colors of #c2902b

#c2902b #a9c22b #c2452b

Monochromatic Colors of #c2902b

#c2902b

Complementary Color

#c2902b #2b5dc2

#c2902b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2902b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2902b Color CSS Codes

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

#c2902b Text Font Color

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

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


#c2902b Background Color

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

This div background color is #c2902b


#c2902b Border Color

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

This div border color is #c2902b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,144,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2902b


Comments

No comments written yet.

Please login to write comment.