Shades of Chocolate #CC6523
Tints of Chocolate #CC6523
RGB
CMYK
RGB Variations
Color information
#CC6523 (or 0xCC6523) is known color: Chocolate. HEX triplet: CC, 65 and 23. RGB value is (204,101,35). Sum of RGB (Red+Green+Blue) = 204+101+35=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 35 (14.06% from 255 or 10.29% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6523 is #339ADC. Grayscale: #7C7C7C. Windows color (decimal): -3381981 or 2319820. OLE color: 2319820.
HSL color Cylindrical-coordinate representation of color #CC6523: hue angle of 23.43º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC6523 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 35 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.2 |
| HSL | 23.43º | 0.71% | 0.47% | - |
| HSV(B) | 23.43º | 0.83% | 0.8% | - |
| XYZ | 29.86 | 22.27 | 4.31 | - |
| YUV | 124.27 | 77.62 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 35 | 0 | 0.50 | 0.83 | 0.2 | 23.43 | 0.71 | 0.47 |
| Hex | CC | 65 | 23 | 0 | 32 | 53 | 14 | 17 | 47 | 2F |
| Octal | 314 | 145 | 43 | 0 | 62 | 123 | 24 | 27 | 107 | 57 |
| Binary | 11001100 | 1100101 | 100011 | 0 | 110010 | 1010011 | 10100 | 10111 | 1000111 | 101111 |
Color Harmonies of #CC6523
Complementary color
Monochromatic Colors of #CC6523
Black with #CC6523
Text Example
Text Example
White with #CC6523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6523; }
p { color: rgb(204,101,35); }
H1.HeaderClassName
{
color: #CC6523;
}
.AnyTagClassName
{
color: #CC6523;
}
</style>
background-color css
<style>
a { background-color: #CC6523; }
a { background-color: rgb(204,101,35); }
div.DivClassName
{
background-color: #CC6523;
}
.BgClassName
{
background-color: #CC6523;
}
</style>
border-color css
<style>
span { border-color: #CC6523; }
span { border-color: rgb(204,101,35); }
td.TdClassName
{
border-color: #CC6523;
}
.TagClassName
{
border-color: #CC6523;
}
</style>