Shades of Chocolate #CC521C
Tints of Chocolate #CC521C
RGB
CMYK
RGB Variations
Color information
#CC521C (or 0xCC521C) is known color: Chocolate. HEX triplet: CC, 52 and 1C. RGB value is (204,82,28). Sum of RGB (Red+Green+Blue) = 204+82+28=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC521C is #33ADE3. Grayscale: #707070. Windows color (decimal): -3386852 or 1856204. OLE color: 1856204.
HSL color Cylindrical-coordinate representation of color #CC521C: hue angle of 18.41º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC521C is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 28 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.2 |
| HSL | 18.41º | 0.76% | 0.45% | - |
| HSV(B) | 18.41º | 0.86% | 0.8% | - |
| XYZ | 28.13 | 18.96 | 3.27 | - |
| YUV | 112.32 | 80.42 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 28 | 0 | 0.60 | 0.86 | 0.2 | 18.41 | 0.76 | 0.45 |
| Hex | CC | 52 | 1C | 0 | 3C | 56 | 14 | 12 | 4C | 2D |
| Octal | 314 | 122 | 34 | 0 | 74 | 126 | 24 | 22 | 114 | 55 |
| Binary | 11001100 | 1010010 | 11100 | 0 | 111100 | 1010110 | 10100 | 10010 | 1001100 | 101101 |
Color Harmonies of #CC521C
Complementary color
Monochromatic Colors of #CC521C
Black with #CC521C
Text Example
Text Example
White with #CC521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC521C; }
p { color: rgb(204,82,28); }
H1.HeaderClassName
{
color: #CC521C;
}
.AnyTagClassName
{
color: #CC521C;
}
</style>
background-color css
<style>
a { background-color: #CC521C; }
a { background-color: rgb(204,82,28); }
div.DivClassName
{
background-color: #CC521C;
}
.BgClassName
{
background-color: #CC521C;
}
</style>
border-color css
<style>
span { border-color: #CC521C; }
span { border-color: rgb(204,82,28); }
td.TdClassName
{
border-color: #CC521C;
}
.TagClassName
{
border-color: #CC521C;
}
</style>