Color Hex Logo

#cb8648 Color Hex

#CB8648
(203,134,72)
0 Favorites   0 Comments

Color spaces of #cb8648

RGB 20313472
HSL0.080.560.54
HSV28°65°80°
CMYK 0.000.340.65   0.20
XYZ34.323430.214610.1538
Yxy30.21460.45950.4045
Hunter Lab54.967815.266627.5253
CIE-Lab61.838920.545243.5095

#cb8648 color RGB value is (203,134,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000110 01001000
Octal 313 206 110
Decimal 203 134 72
Hex CB 86 48

RGB Percentages of Color #cb8648

%49.63
%32.76
%17.60

CMYK Percentages of Color #cb8648

%0
%34
%65
%20

Triadic Colors of #cb8648

#cb8648 #48cb86 #8648cb

Analogous Colors of #cb8648

#cb8648 #cbc848 #cb484c

Monochromatic Colors of #cb8648

#cb8648

Complementary Color

#cb8648 #488dcb

#cb8648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb8648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb8648 Color CSS Codes

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

#cb8648 Text Font Color

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

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


#cb8648 Background Color

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

This div background color is #cb8648


#cb8648 Border Color

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

This div border color is #cb8648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb8648


Comments

No comments written yet.

Please login to write comment.