Shades of Chocolate #CF6512
Tints of Chocolate #CF6512
RGB
CMYK
RGB Variations
Color information
#CF6512 (or 0xCF6512) is known color: Chocolate. HEX triplet: CF, 65 and 12. RGB value is (207,101,18). Sum of RGB (Red+Green+Blue) = 207+101+18=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6512 is #309AED. Grayscale: #7B7B7B. Windows color (decimal): -3185390 or 1205711. OLE color: 1205711.
HSL color Cylindrical-coordinate representation of color #CF6512: hue angle of 26.35º 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 #CF6512 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 18 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.19 |
| HSL | 26.35º | 0.84% | 0.44% | - |
| HSV(B) | 26.35º | 0.91% | 0.81% | - |
| XYZ | 30.49 | 22.62 | 3.33 | - |
| YUV | 123.23 | 68.62 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 18 | 0 | 0.51 | 0.91 | 0.19 | 26.35 | 0.84 | 0.44 |
| Hex | CF | 65 | 12 | 0 | 33 | 5B | 13 | 1A | 54 | 2C |
| Octal | 317 | 145 | 22 | 0 | 63 | 133 | 23 | 32 | 124 | 54 |
| Binary | 11001111 | 1100101 | 10010 | 0 | 110011 | 1011011 | 10011 | 11010 | 1010100 | 101100 |
Color Harmonies of #CF6512
Complementary color
Monochromatic Colors of #CF6512
Black with #CF6512
Text Example
Text Example
White with #CF6512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6512; }
p { color: rgb(207,101,18); }
H1.HeaderClassName
{
color: #CF6512;
}
.AnyTagClassName
{
color: #CF6512;
}
</style>
background-color css
<style>
a { background-color: #CF6512; }
a { background-color: rgb(207,101,18); }
div.DivClassName
{
background-color: #CF6512;
}
.BgClassName
{
background-color: #CF6512;
}
</style>
border-color css
<style>
span { border-color: #CF6512; }
span { border-color: rgb(207,101,18); }
td.TdClassName
{
border-color: #CF6512;
}
.TagClassName
{
border-color: #CF6512;
}
</style>