Color Hex Logo

#cb864d Color Hex

#CB864D
(203,134,77)
0 Favorites   0 Comments

Color spaces of #cb864d

RGB 20313477
HSL0.080.550.55
HSV27°62°80°
CMYK 0.000.340.62   0.20
XYZ34.493330.282511.0483
Yxy30.28250.45490.3994
Hunter Lab55.029515.584726.6170
CIE-Lab61.897220.880641.0213

#cb864d color RGB value is (203,134,77).

#cb864d hex color red value is 203, green value is 134 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cb864d hue: 0.08 , saturation: 0.55 and the lightness value of cb864d is 0.55.

The process color (four color CMYK) of #cb864d color hex is 0.00, 0.34, 0.62, 0.20. Web safe color of #cb864d is #cc9966. Color #cb864d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000110 01001101
Octal 313 206 115
Decimal 203 134 77
Hex CB 86 4D

RGB Percentages of Color #cb864d

%49.03
%32.37
%18.60

CMYK Percentages of Color #cb864d

%0
%34
%62
%20

Triadic Colors of #cb864d

#cb864d #4dcb86 #864dcb

Analogous Colors of #cb864d

#cb864d #cbc54d #cb4d53

Monochromatic Colors of #cb864d

#cb864d

Complementary Color

#cb864d #4d92cb

#cb864d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb864d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb864d Color CSS Codes

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

#cb864d Text Font Color

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

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


#cb864d Background Color

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

This div background color is #cb864d


#cb864d Border Color

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

This div border color is #cb864d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb864d


Comments

No comments written yet.

Please login to write comment.