Color Hex Logo

#cb843c Color Hex

#CB843C
(203,132,60)
0 Favorites   0 Comments

Color spaces of #cb843c

RGB 20313260
HSL0.080.580.52
HSV30°70°80°
CMYK 0.000.350.70   0.20
XYZ33.695529.52538.1980
Yxy29.52530.47180.4134
Hunter Lab54.337215.601129.0908
CIE-Lab61.242520.931748.7241

#cb843c color RGB value is (203,132,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000100 00111100
Octal 313 204 74
Decimal 203 132 60
Hex CB 84 3C

RGB Percentages of Color #cb843c

%51.39
%33.42
%15.19

CMYK Percentages of Color #cb843c

%0
%35
%70
%20

Triadic Colors of #cb843c

#cb843c #3ccb84 #843ccb

Analogous Colors of #cb843c

#cb843c #cbcb3c #cb3c3c

Monochromatic Colors of #cb843c

#cb843c

Complementary Color

#cb843c #3c83cb

#cb843c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb843c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb843c Color CSS Codes

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

#cb843c Text Font Color

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

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


#cb843c Background Color

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

This div background color is #cb843c


#cb843c Border Color

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

This div border color is #cb843c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb843c


Comments

No comments written yet.

Please login to write comment.