Shades of Chocolate #CC620F
Tints of Chocolate #CC620F
RGB
CMYK
RGB Variations
Color information
#CC620F (or 0xCC620F) is known color: Chocolate. HEX triplet: CC, 62 and 0F. RGB value is (204,98,15). Sum of RGB (Red+Green+Blue) = 204+98+15=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC620F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC620F is #339DF0. Grayscale: #787878. Windows color (decimal): -3382769 or 1008332. OLE color: 1008332.
HSL color Cylindrical-coordinate representation of color #CC620F: hue angle of 26.35º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC620F is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 15 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.2 |
| HSL | 26.35º | 0.86% | 0.43% | - |
| HSV(B) | 26.35º | 0.93% | 0.8% | - |
| XYZ | 29.36 | 21.61 | 3.08 | - |
| YUV | 120.23 | 68.62 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 15 | 0 | 0.52 | 0.93 | 0.2 | 26.35 | 0.86 | 0.43 |
| Hex | CC | 62 | F | 0 | 34 | 5D | 14 | 1A | 56 | 2B |
| Octal | 314 | 142 | 17 | 0 | 64 | 135 | 24 | 32 | 126 | 53 |
| Binary | 11001100 | 1100010 | 1111 | 0 | 110100 | 1011101 | 10100 | 11010 | 1010110 | 101011 |
Color Harmonies of #CC620F
Complementary color
Monochromatic Colors of #CC620F
Black with #CC620F
Text Example
Text Example
White with #CC620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC620F; }
p { color: rgb(204,98,15); }
H1.HeaderClassName
{
color: #CC620F;
}
.AnyTagClassName
{
color: #CC620F;
}
</style>
background-color css
<style>
a { background-color: #CC620F; }
a { background-color: rgb(204,98,15); }
div.DivClassName
{
background-color: #CC620F;
}
.BgClassName
{
background-color: #CC620F;
}
</style>
border-color css
<style>
span { border-color: #CC620F; }
span { border-color: rgb(204,98,15); }
td.TdClassName
{
border-color: #CC620F;
}
.TagClassName
{
border-color: #CC620F;
}
</style>