Shades of Chocolate #CF6312
Tints of Chocolate #CF6312
RGB
CMYK
RGB Variations
Color information
#CF6312 (or 0xCF6312) is known color: Chocolate. HEX triplet: CF, 63 and 12. RGB value is (207,99,18). Sum of RGB (Red+Green+Blue) = 207+99+18=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6312 is #309CED. Grayscale: #7A7A7A. Windows color (decimal): -3185902 or 1205199. OLE color: 1205199.
HSL color Cylindrical-coordinate representation of color #CF6312: hue angle of 25.71º 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 #CF6312 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 18 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.19 |
| HSL | 25.71º | 0.84% | 0.44% | - |
| HSV(B) | 25.71º | 0.91% | 0.81% | - |
| XYZ | 30.3 | 22.23 | 3.27 | - |
| YUV | 122.06 | 69.28 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 18 | 0 | 0.52 | 0.91 | 0.19 | 25.71 | 0.84 | 0.44 |
| Hex | CF | 63 | 12 | 0 | 34 | 5B | 13 | 1A | 54 | 2C |
| Octal | 317 | 143 | 22 | 0 | 64 | 133 | 23 | 32 | 124 | 54 |
| Binary | 11001111 | 1100011 | 10010 | 0 | 110100 | 1011011 | 10011 | 11010 | 1010100 | 101100 |
Color Harmonies of #CF6312
Complementary color
Monochromatic Colors of #CF6312
Black with #CF6312
Text Example
Text Example
White with #CF6312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6312; }
p { color: rgb(207,99,18); }
H1.HeaderClassName
{
color: #CF6312;
}
.AnyTagClassName
{
color: #CF6312;
}
</style>
background-color css
<style>
a { background-color: #CF6312; }
a { background-color: rgb(207,99,18); }
div.DivClassName
{
background-color: #CF6312;
}
.BgClassName
{
background-color: #CF6312;
}
</style>
border-color css
<style>
span { border-color: #CF6312; }
span { border-color: rgb(207,99,18); }
td.TdClassName
{
border-color: #CF6312;
}
.TagClassName
{
border-color: #CF6312;
}
</style>