Shades of Chocolate #CD6C21
Tints of Chocolate #CD6C21
RGB
CMYK
RGB Variations
Color information
#CD6C21 (or 0xCD6C21) is known color: Chocolate. HEX triplet: CD, 6C and 21. RGB value is (205,108,33). Sum of RGB (Red+Green+Blue) = 205+108+33=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6C21 is #3293DE. Grayscale: #808080. Windows color (decimal): -3314655 or 2190541. OLE color: 2190541.
HSL color Cylindrical-coordinate representation of color #CD6C21: hue angle of 26.16º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD6C21 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 108 | 33 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.20 |
| HSL | 26.16º | 0.72% | 0.47% | - |
| HSV(B) | 26.16º | 0.84% | 0.8% | - |
| XYZ | 30.81 | 23.81 | 4.41 | - |
| YUV | 128.45 | 74.14 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 108 | 33 | 0 | 0.47 | 0.84 | 0.20 | 26.16 | 0.72 | 0.47 |
| Hex | CD | 6C | 21 | 0 | 2F | 54 | 14 | 1A | 48 | 2F |
| Octal | 315 | 154 | 41 | 0 | 57 | 124 | 24 | 32 | 110 | 57 |
| Binary | 11001101 | 1101100 | 100001 | 0 | 101111 | 1010100 | 10100 | 11010 | 1001000 | 101111 |
Color Harmonies of #CD6C21
Complementary color
Monochromatic Colors of #CD6C21
Black with #CD6C21
Text Example
Text Example
White with #CD6C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6C21; }
p { color: rgb(205,108,33); }
H1.HeaderClassName
{
color: #CD6C21;
}
.AnyTagClassName
{
color: #CD6C21;
}
</style>
background-color css
<style>
a { background-color: #CD6C21; }
a { background-color: rgb(205,108,33); }
div.DivClassName
{
background-color: #CD6C21;
}
.BgClassName
{
background-color: #CD6C21;
}
</style>
border-color css
<style>
span { border-color: #CD6C21; }
span { border-color: rgb(205,108,33); }
td.TdClassName
{
border-color: #CD6C21;
}
.TagClassName
{
border-color: #CD6C21;
}
</style>