Shades of Chocolate #CF5C12
Tints of Chocolate #CF5C12
RGB
CMYK
RGB Variations
Color information
#CF5C12 (or 0xCF5C12) is known color: Chocolate. HEX triplet: CF, 5C and 12. RGB value is (207,92,18). Sum of RGB (Red+Green+Blue) = 207+92+18=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5C12 is #30A3ED. Grayscale: #767676. Windows color (decimal): -3187694 or 1203407. OLE color: 1203407.
HSL color Cylindrical-coordinate representation of color #CF5C12: hue angle of 23.49º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF5C12 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 18 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.19 |
| HSL | 23.49º | 0.84% | 0.44% | - |
| HSV(B) | 23.49º | 0.91% | 0.81% | - |
| XYZ | 29.67 | 20.96 | 3.05 | - |
| YUV | 117.95 | 71.6 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 18 | 0 | 0.56 | 0.91 | 0.19 | 23.49 | 0.84 | 0.44 |
| Hex | CF | 5C | 12 | 0 | 38 | 5B | 13 | 17 | 54 | 2C |
| Octal | 317 | 134 | 22 | 0 | 70 | 133 | 23 | 27 | 124 | 54 |
| Binary | 11001111 | 1011100 | 10010 | 0 | 111000 | 1011011 | 10011 | 10111 | 1010100 | 101100 |
Color Harmonies of #CF5C12
Complementary color
Monochromatic Colors of #CF5C12
Black with #CF5C12
Text Example
Text Example
White with #CF5C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5C12; }
p { color: rgb(207,92,18); }
H1.HeaderClassName
{
color: #CF5C12;
}
.AnyTagClassName
{
color: #CF5C12;
}
</style>
background-color css
<style>
a { background-color: #CF5C12; }
a { background-color: rgb(207,92,18); }
div.DivClassName
{
background-color: #CF5C12;
}
.BgClassName
{
background-color: #CF5C12;
}
</style>
border-color css
<style>
span { border-color: #CF5C12; }
span { border-color: rgb(207,92,18); }
td.TdClassName
{
border-color: #CF5C12;
}
.TagClassName
{
border-color: #CF5C12;
}
</style>