Color Hex Logo

#cc833d Color Hex

#CC833D
(204,131,61)
0 Favorites   0 Comments

Color spaces of #cc833d

RGB 20413161
HSL0.080.580.52
HSV29°70°80°
CMYK 0.000.360.70   0.20
XYZ33.860429.40698.3063
Yxy29.40690.47310.4109
Hunter Lab54.228116.557328.8780
CIE-Lab61.139121.953748.1756

#cc833d color RGB value is (204,131,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000011 00111101
Octal 314 203 75
Decimal 204 131 61
Hex CC 83 3D

RGB Percentages of Color #cc833d

%51.52
%33.08
%15.40

CMYK Percentages of Color #cc833d

%0
%36
%70
%20

Triadic Colors of #cc833d

#cc833d #3dcc83 #833dcc

Analogous Colors of #cc833d

#cc833d #cccb3d #cc3d3e

Monochromatic Colors of #cc833d

#cc833d

Complementary Color

#cc833d #3d86cc

#cc833d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc833d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc833d Color CSS Codes

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

#cc833d Text Font Color

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

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


#cc833d Background Color

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

This div background color is #cc833d


#cc833d Border Color

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

This div border color is #cc833d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,131,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc833d


Comments

No comments written yet.

Please login to write comment.