Shades of Chocolate #CC5D23
Tints of Chocolate #CC5D23
RGB
CMYK
RGB Variations
Color information
#CC5D23 (or 0xCC5D23) is known color: Chocolate. HEX triplet: CC, 5D and 23. RGB value is (204,93,35). Sum of RGB (Red+Green+Blue) = 204+93+35=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5D23 is #33A2DC. Grayscale: #777777. Windows color (decimal): -3384029 or 2317772. OLE color: 2317772.
HSL color Cylindrical-coordinate representation of color #CC5D23: hue angle of 20.59º 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 #CC5D23 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 35 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.2 |
| HSL | 20.59º | 0.71% | 0.47% | - |
| HSV(B) | 20.59º | 0.83% | 0.8% | - |
| XYZ | 29.12 | 20.79 | 4.07 | - |
| YUV | 119.58 | 80.27 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 35 | 0 | 0.54 | 0.83 | 0.2 | 20.59 | 0.71 | 0.47 |
| Hex | CC | 5D | 23 | 0 | 36 | 53 | 14 | 15 | 47 | 2F |
| Octal | 314 | 135 | 43 | 0 | 66 | 123 | 24 | 25 | 107 | 57 |
| Binary | 11001100 | 1011101 | 100011 | 0 | 110110 | 1010011 | 10100 | 10101 | 1000111 | 101111 |
Color Harmonies of #CC5D23
Complementary color
Monochromatic Colors of #CC5D23
Black with #CC5D23
Text Example
Text Example
White with #CC5D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D23; }
p { color: rgb(204,93,35); }
H1.HeaderClassName
{
color: #CC5D23;
}
.AnyTagClassName
{
color: #CC5D23;
}
</style>
background-color css
<style>
a { background-color: #CC5D23; }
a { background-color: rgb(204,93,35); }
div.DivClassName
{
background-color: #CC5D23;
}
.BgClassName
{
background-color: #CC5D23;
}
</style>
border-color css
<style>
span { border-color: #CC5D23; }
span { border-color: rgb(204,93,35); }
td.TdClassName
{
border-color: #CC5D23;
}
.TagClassName
{
border-color: #CC5D23;
}
</style>