Shades of Chocolate #CC6526
Tints of Chocolate #CC6526
RGB
CMYK
RGB Variations
Color information
#CC6526 (or 0xCC6526) is known color: Chocolate. HEX triplet: CC, 65 and 26. RGB value is (204,101,38). Sum of RGB (Red+Green+Blue) = 204+101+38=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6526 is #339AD9. Grayscale: #7C7C7C. Windows color (decimal): -3381978 or 2516428. OLE color: 2516428.
HSL color Cylindrical-coordinate representation of color #CC6526: hue angle of 22.77º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC6526 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 38 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.2 |
| HSL | 22.77º | 0.69% | 0.47% | - |
| HSV(B) | 22.77º | 0.81% | 0.8% | - |
| XYZ | 29.91 | 22.28 | 4.56 | - |
| YUV | 124.62 | 79.12 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 38 | 0 | 0.50 | 0.81 | 0.2 | 22.77 | 0.69 | 0.47 |
| Hex | CC | 65 | 26 | 0 | 32 | 51 | 14 | 17 | 45 | 2F |
| Octal | 314 | 145 | 46 | 0 | 62 | 121 | 24 | 27 | 105 | 57 |
| Binary | 11001100 | 1100101 | 100110 | 0 | 110010 | 1010001 | 10100 | 10111 | 1000101 | 101111 |
Color Harmonies of #CC6526
Complementary color
Monochromatic Colors of #CC6526
Black with #CC6526
Text Example
Text Example
White with #CC6526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6526; }
p { color: rgb(204,101,38); }
H1.HeaderClassName
{
color: #CC6526;
}
.AnyTagClassName
{
color: #CC6526;
}
</style>
background-color css
<style>
a { background-color: #CC6526; }
a { background-color: rgb(204,101,38); }
div.DivClassName
{
background-color: #CC6526;
}
.BgClassName
{
background-color: #CC6526;
}
</style>
border-color css
<style>
span { border-color: #CC6526; }
span { border-color: rgb(204,101,38); }
td.TdClassName
{
border-color: #CC6526;
}
.TagClassName
{
border-color: #CC6526;
}
</style>