#CC581D

Color #CC581D Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #CC581D

Tints of Chocolate #CC581D

Color information

#CC581D (or 0xCC581D) is unknown color: approx Chocolate. HEX triplet: CC, 58 and 1D. RGB value is (204,88,29). Sum of RGB (Red+Green+Blue) = 204+88+29=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC581D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC581D is #33A7E2. Grayscale: #747474. Windows color (decimal): -3385315 or 1923276. OLE color: 1923276.

HSL color Cylindrical-coordinate representation of color #CC581D: hue angle of 20.23º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC581D is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB2048829-
CMYK00.570.860.2
HSL20.23º75.11%45.69%-
HSV(B)20.23º85.78%80%-
XYZ28.6119.913.5-
YUV115.9678.93190.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 63.55%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 29 (11.72% from 255) = 9.03%
R=63.55%
G=27.41%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204882900.570.860.220.2375.1145.69
HexCC581D0395614144b2e
Octal31413035071126242411356
Binary110011001011000111010111001101011010100101001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC581D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC581D; }

 p { color: rgb(204,88,29); }

 H1.HeaderClassName
 {
   color: #CC581D;
 }
 .AnyTagClassName
 {
   color: #CC581D;
 }
</style>
background-color css

<style>
 a { background-color: #CC581D; }

 a { background-color: rgb(204,88,29); }

 div.DivClassName
 {
   background-color: #CC581D;
 }
 .BgClassName
 {
   background-color: #CC581D;
 }
</style>
border-color css

<style>
 span { border-color: #CC581D; }

 span { border-color: rgb(204,88,29); }

 td.TdClassName
 {
   border-color: #CC581D;
 }
 .TagClassName
 {
   border-color: #CC581D;
 }
</style>