Color Hex Logo

#cb833c Color Hex

#CB833C
(203,131,60)
0 Favorites   0 Comments

Color spaces of #cb833c

RGB 20313160
HSL0.080.580.52
HSV30°70°80°
CMYK 0.000.350.70   0.20
XYZ33.560529.25548.1530
Yxy29.25540.47290.4122
Hunter Lab54.088316.100628.9247
CIE-Lab61.006421.476148.4719

#cb833c color RGB value is (203,131,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000011 00111100
Octal 313 203 74
Decimal 203 131 60
Hex CB 83 3C

RGB Percentages of Color #cb833c

%51.52
%33.25
%15.23

CMYK Percentages of Color #cb833c

%0
%35
%70
%20

Triadic Colors of #cb833c

#cb833c #3ccb83 #833ccb

Analogous Colors of #cb833c

#cb833c #cbcb3c #cb3c3d

Monochromatic Colors of #cb833c

#cb833c

Complementary Color

#cb833c #3c84cb

#cb833c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb833c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb833c Color CSS Codes

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

#cb833c Text Font Color

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

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


#cb833c Background Color

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

This div background color is #cb833c


#cb833c Border Color

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

This div border color is #cb833c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb833c


Comments

No comments written yet.

Please login to write comment.