Color Hex Logo

#cb972c Color Hex

#CB972C
(203,151,44)
0 Favorites   0 Comments

Color spaces of #cb972c

RGB 20315144
HSL0.110.640.48
HSV40°78°80°
CMYK 0.000.260.78   0.20
XYZ36.149835.01167.2355
Yxy35.01160.46110.4466
Hunter Lab59.17065.504634.1693
CIE-Lab65.75779.860759.9526

#cb972c color RGB value is (203,151,44).

#cb972c hex color red value is 203, green value is 151 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #cb972c hue: 0.11 , saturation: 0.64 and the lightness value of cb972c is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010111 00101100
Octal 313 227 54
Decimal 203 151 44
Hex CB 97 2C

RGB Percentages of Color #cb972c

%51.01
%37.94
%11.06

CMYK Percentages of Color #cb972c

%0
%26
%78
%20

Triadic Colors of #cb972c

#cb972c #2ccb97 #972ccb

Analogous Colors of #cb972c

#cb972c #b0cb2c #cb482c

Monochromatic Colors of #cb972c

#cb972c

Complementary Color

#cb972c #2c60cb

#cb972c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb972c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb972c Color CSS Codes

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

#cb972c Text Font Color

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

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


#cb972c Background Color

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

This div background color is #cb972c


#cb972c Border Color

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

This div border color is #cb972c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb972c


Comments

No comments written yet.

Please login to write comment.