Color Hex Logo

#cb893c Color Hex

#CB893C
(203,137,60)
0 Favorites   0 Comments

Color spaces of #cb893c

RGB 20313760
HSL0.090.580.52
HSV32°70°80°
CMYK 0.000.330.70   0.20
XYZ34.389930.91418.4294
Yxy30.91410.46640.4193
Hunter Lab55.600413.104729.9316
CIE-Lab62.435118.205649.9931

#cb893c color RGB value is (203,137,60).

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

The process color (four color CMYK) of #cb893c color hex is 0.00, 0.33, 0.70, 0.20. Web safe color of #cb893c is #cc9933. Color #cb893c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001001 00111100
Octal 313 211 74
Decimal 203 137 60
Hex CB 89 3C

RGB Percentages of Color #cb893c

%50.75
%34.25
%15.00

CMYK Percentages of Color #cb893c

%0
%33
%70
%20

Triadic Colors of #cb893c

#cb893c #3ccb89 #893ccb

Analogous Colors of #cb893c

#cb893c #c6cb3c #cb413c

Monochromatic Colors of #cb893c

#cb893c

Complementary Color

#cb893c #3c7ecb

#cb893c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb893c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb893c Color CSS Codes

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

#cb893c Text Font Color

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

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


#cb893c Background Color

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

This div background color is #cb893c


#cb893c Border Color

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

This div border color is #cb893c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb893c


Comments

No comments written yet.

Please login to write comment.