Color Hex Logo

#cb863c Color Hex

#CB863C
(203,134,60)
0 Favorites   0 Comments

Color spaces of #cb863c

RGB 20313460
HSL0.090.580.52
HSV31°70°80°
CMYK 0.000.340.70   0.20
XYZ33.969330.07298.2892
Yxy30.07290.46960.4158
Hunter Lab54.838814.602129.4251
CIE-Lab61.717119.841949.2304

#cb863c color RGB value is (203,134,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000110 00111100
Octal 313 206 74
Decimal 203 134 60
Hex CB 86 3C

RGB Percentages of Color #cb863c

%51.13
%33.75
%15.11

CMYK Percentages of Color #cb863c

%0
%34
%70
%20

Triadic Colors of #cb863c

#cb863c #3ccb86 #863ccb

Analogous Colors of #cb863c

#cb863c #c9cb3c #cb3e3c

Monochromatic Colors of #cb863c

#cb863c

Complementary Color

#cb863c #3c81cb

#cb863c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb863c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb863c Color CSS Codes

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

#cb863c Text Font Color

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

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


#cb863c Background Color

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

This div background color is #cb863c


#cb863c Border Color

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

This div border color is #cb863c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,134,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 #cb863c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb863c


Comments

No comments written yet.

Please login to write comment.