Shades of Chocolate #CC690C
Tints of Chocolate #CC690C
RGB
CMYK
RGB Variations
Color information
#CC690C (or 0xCC690C) is known color: Chocolate. HEX triplet: CC, 69 and 0C. RGB value is (204,105,12). Sum of RGB (Red+Green+Blue) = 204+105+12=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC690C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC690C is #3396F3. Grayscale: #7C7C7C. Windows color (decimal): -3380980 or 813516. OLE color: 813516.
HSL color Cylindrical-coordinate representation of color #CC690C: hue angle of 29.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC690C is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 12 | - |
| CMYK | 0 | 0.49 | 0.94 | 0.2 |
| HSL | 29.06º | 0.89% | 0.42% | - |
| HSV(B) | 29.06º | 0.94% | 0.8% | - |
| XYZ | 30.02 | 22.97 | 3.2 | - |
| YUV | 124 | 64.8 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 12 | 0 | 0.49 | 0.94 | 0.2 | 29.06 | 0.89 | 0.42 |
| Hex | CC | 69 | C | 0 | 31 | 5E | 14 | 1D | 59 | 2A |
| Octal | 314 | 151 | 14 | 0 | 61 | 136 | 24 | 35 | 131 | 52 |
| Binary | 11001100 | 1101001 | 1100 | 0 | 110001 | 1011110 | 10100 | 11101 | 1011001 | 101010 |
Color Harmonies of #CC690C
Complementary color
Monochromatic Colors of #CC690C
Black with #CC690C
Text Example
Text Example
White with #CC690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC690C; }
p { color: rgb(204,105,12); }
H1.HeaderClassName
{
color: #CC690C;
}
.AnyTagClassName
{
color: #CC690C;
}
</style>
background-color css
<style>
a { background-color: #CC690C; }
a { background-color: rgb(204,105,12); }
div.DivClassName
{
background-color: #CC690C;
}
.BgClassName
{
background-color: #CC690C;
}
</style>
border-color css
<style>
span { border-color: #CC690C; }
span { border-color: rgb(204,105,12); }
td.TdClassName
{
border-color: #CC690C;
}
.TagClassName
{
border-color: #CC690C;
}
</style>