Shades of Chocolate #CC6527
Tints of Chocolate #CC6527
RGB
CMYK
RGB Variations
Color information
#CC6527 (or 0xCC6527) is known color: Chocolate. HEX triplet: CC, 65 and 27. RGB value is (204,101,39). Sum of RGB (Red+Green+Blue) = 204+101+39=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6527 is #339AD8. Grayscale: #7D7D7D. Windows color (decimal): -3381977 or 2581964. OLE color: 2581964.
HSL color Cylindrical-coordinate representation of color #CC6527: hue angle of 22.55º 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 #CC6527 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 39 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.2 |
| HSL | 22.55º | 0.68% | 0.48% | - |
| HSV(B) | 22.55º | 0.81% | 0.8% | - |
| XYZ | 29.92 | 22.29 | 4.65 | - |
| YUV | 124.73 | 79.62 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 39 | 0 | 0.50 | 0.81 | 0.2 | 22.55 | 0.68 | 0.48 |
| Hex | CC | 65 | 27 | 0 | 32 | 51 | 14 | 17 | 44 | 30 |
| Octal | 314 | 145 | 47 | 0 | 62 | 121 | 24 | 27 | 104 | 60 |
| Binary | 11001100 | 1100101 | 100111 | 0 | 110010 | 1010001 | 10100 | 10111 | 1000100 | 110000 |
Color Harmonies of #CC6527
Complementary color
Monochromatic Colors of #CC6527
Black with #CC6527
Text Example
Text Example
White with #CC6527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6527; }
p { color: rgb(204,101,39); }
H1.HeaderClassName
{
color: #CC6527;
}
.AnyTagClassName
{
color: #CC6527;
}
</style>
background-color css
<style>
a { background-color: #CC6527; }
a { background-color: rgb(204,101,39); }
div.DivClassName
{
background-color: #CC6527;
}
.BgClassName
{
background-color: #CC6527;
}
</style>
border-color css
<style>
span { border-color: #CC6527; }
span { border-color: rgb(204,101,39); }
td.TdClassName
{
border-color: #CC6527;
}
.TagClassName
{
border-color: #CC6527;
}
</style>