Color Hex Logo

#cb895e Color Hex

#CB895E
(203,137,94)
0 Favorites   0 Comments

Color spaces of #cb895e

RGB 20313794
HSL0.070.510.58
HSV24°54°80°
CMYK 0.000.330.54   0.20
XYZ35.594631.396014.7737
Yxy31.39600.43530.3840
Hunter Lab56.032115.336523.5898
CIE-Lab62.840520.570633.1603

#cb895e color RGB value is (203,137,94).

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

The process color (four color CMYK) of #cb895e color hex is 0.00, 0.33, 0.54, 0.20. Web safe color of #cb895e is #cc9966. Color #cb895e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001001 01011110
Octal 313 211 136
Decimal 203 137 94
Hex CB 89 5E

RGB Percentages of Color #cb895e

%46.77
%31.57
%21.66

CMYK Percentages of Color #cb895e

%0
%33
%54
%20

Triadic Colors of #cb895e

#cb895e #5ecb89 #895ecb

Analogous Colors of #cb895e

#cb895e #cbc05e #cb5e6a

Monochromatic Colors of #cb895e

#cb895e

Complementary Color

#cb895e #5ea0cb

#cb895e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb895e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb895e Color CSS Codes

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

#cb895e Text Font Color

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

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


#cb895e Background Color

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

This div background color is #cb895e


#cb895e Border Color

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

This div border color is #cb895e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb895e


Comments

No comments written yet.

Please login to write comment.