Color Hex Logo

#cb975a Color Hex

#CB975A
(203,151,90)
0 Favorites   0 Comments

Color spaces of #cb975a

RGB 20315190
HSL0.090.520.57
HSV32°56°80°
CMYK 0.000.260.56   0.20
XYZ37.540735.567914.5595
Yxy35.56790.42820.4057
Hunter Lab59.63887.992027.2728
CIE-Lab66.188412.591939.4317

#cb975a color RGB value is (203,151,90).

#cb975a hex color red value is 203, green value is 151 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cb975a hue: 0.09 , saturation: 0.52 and the lightness value of cb975a is 0.57.

The process color (four color CMYK) of #cb975a color hex is 0.00, 0.26, 0.56, 0.20. Web safe color of #cb975a is #cc9966. Color #cb975a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010111 01011010
Octal 313 227 132
Decimal 203 151 90
Hex CB 97 5A

RGB Percentages of Color #cb975a

%45.72
%34.01
%20.27

CMYK Percentages of Color #cb975a

%0
%26
%56
%20

Triadic Colors of #cb975a

#cb975a #5acb97 #975acb

Analogous Colors of #cb975a

#cb975a #c7cb5a #cb5e5a

Monochromatic Colors of #cb975a

#cb975a

Complementary Color

#cb975a #5a8ecb

#cb975a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb975a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb975a Color CSS Codes

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

#cb975a Text Font Color

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

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


#cb975a Background Color

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

This div background color is #cb975a


#cb975a Border Color

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

This div border color is #cb975a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb975a


Comments

No comments written yet.

Please login to write comment.