Shades of Chocolate #CC6127
Tints of Chocolate #CC6127
RGB
CMYK
RGB Variations
Color information
#CC6127 (or 0xCC6127) is known color: Chocolate. HEX triplet: CC, 61 and 27. RGB value is (204,97,39). Sum of RGB (Red+Green+Blue) = 204+97+39=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6127 is #339ED8. Grayscale: #7A7A7A. Windows color (decimal): -3383001 or 2580940. OLE color: 2580940.
HSL color Cylindrical-coordinate representation of color #CC6127: hue angle of 21.09º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC6127 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 39 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.2 |
| HSL | 21.09º | 0.68% | 0.48% | - |
| HSV(B) | 21.09º | 0.81% | 0.8% | - |
| XYZ | 29.54 | 21.53 | 4.52 | - |
| YUV | 122.38 | 80.95 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 39 | 0 | 0.52 | 0.81 | 0.2 | 21.09 | 0.68 | 0.48 |
| Hex | CC | 61 | 27 | 0 | 34 | 51 | 14 | 15 | 44 | 30 |
| Octal | 314 | 141 | 47 | 0 | 64 | 121 | 24 | 25 | 104 | 60 |
| Binary | 11001100 | 1100001 | 100111 | 0 | 110100 | 1010001 | 10100 | 10101 | 1000100 | 110000 |
Color Harmonies of #CC6127
Complementary color
Monochromatic Colors of #CC6127
Black with #CC6127
Text Example
Text Example
White with #CC6127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6127; }
p { color: rgb(204,97,39); }
H1.HeaderClassName
{
color: #CC6127;
}
.AnyTagClassName
{
color: #CC6127;
}
</style>
background-color css
<style>
a { background-color: #CC6127; }
a { background-color: rgb(204,97,39); }
div.DivClassName
{
background-color: #CC6127;
}
.BgClassName
{
background-color: #CC6127;
}
</style>
border-color css
<style>
span { border-color: #CC6127; }
span { border-color: rgb(204,97,39); }
td.TdClassName
{
border-color: #CC6127;
}
.TagClassName
{
border-color: #CC6127;
}
</style>