Shades of Chocolate #CD6112
Tints of Chocolate #CD6112
RGB
CMYK
RGB Variations
Color information
#CD6112 (or 0xCD6112) is known color: Chocolate. HEX triplet: CD, 61 and 12. RGB value is (205,97,18). Sum of RGB (Red+Green+Blue) = 205+97+18=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6112 is #329EED. Grayscale: #787878. Windows color (decimal): -3317486 or 1204685. OLE color: 1204685.
HSL color Cylindrical-coordinate representation of color #CD6112: hue angle of 25.35º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD6112 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 97 | 18 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.20 |
| HSL | 25.35º | 0.84% | 0.44% | - |
| HSV(B) | 25.35º | 0.91% | 0.8% | - |
| XYZ | 29.56 | 21.57 | 3.18 | - |
| YUV | 120.29 | 70.28 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 97 | 18 | 0 | 0.53 | 0.91 | 0.20 | 25.35 | 0.84 | 0.44 |
| Hex | CD | 61 | 12 | 0 | 35 | 5B | 14 | 19 | 54 | 2C |
| Octal | 315 | 141 | 22 | 0 | 65 | 133 | 24 | 31 | 124 | 54 |
| Binary | 11001101 | 1100001 | 10010 | 0 | 110101 | 1011011 | 10100 | 11001 | 1010100 | 101100 |
Color Harmonies of #CD6112
Complementary color
Monochromatic Colors of #CD6112
Black with #CD6112
Text Example
Text Example
White with #CD6112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6112; }
p { color: rgb(205,97,18); }
H1.HeaderClassName
{
color: #CD6112;
}
.AnyTagClassName
{
color: #CD6112;
}
</style>
background-color css
<style>
a { background-color: #CD6112; }
a { background-color: rgb(205,97,18); }
div.DivClassName
{
background-color: #CD6112;
}
.BgClassName
{
background-color: #CD6112;
}
</style>
border-color css
<style>
span { border-color: #CD6112; }
span { border-color: rgb(205,97,18); }
td.TdClassName
{
border-color: #CD6112;
}
.TagClassName
{
border-color: #CD6112;
}
</style>