#CC601B

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

Shades of Chocolate #CC601B

Tints of Chocolate #CC601B

Color information

#CC601B (or 0xCC601B) is unknown color: approx Chocolate. HEX triplet: CC, 60 and 1B. RGB value is (204,96,27). Sum of RGB (Red+Green+Blue) = 204+96+27=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC601B is #339FE4. Grayscale: #787878. Windows color (decimal): -3383269 or 1794252. OLE color: 1794252.

HSL color Cylindrical-coordinate representation of color #CC601B: hue angle of 23.39º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC601B is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB2049627-
CMYK00.530.870.2
HSL23.39º76.62%45.29%-
HSV(B)23.39º86.76%80%-
XYZ29.2821.283.6-
YUV120.4375.28187.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.39%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 27 (10.94% from 255) = 8.26%
R=62.39%
G=29.36%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204962700.530.870.223.3976.6245.29
HexCC601B0355714174d2d
Octal31414033065127242711555
Binary110011001100000110110110101101011110100101111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC601B; }

 p { color: rgb(204,96,27); }

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

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

 a { background-color: rgb(204,96,27); }

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

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

 span { border-color: rgb(204,96,27); }

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