Shades of Chocolate #CF6213
Tints of Chocolate #CF6213
RGB
CMYK
RGB Variations
Color information
#CF6213 (or 0xCF6213) is known color: Chocolate. HEX triplet: CF, 62 and 13. RGB value is (207,98,19). Sum of RGB (Red+Green+Blue) = 207+98+19=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6213 is #309DEC. Grayscale: #7A7A7A. Windows color (decimal): -3186157 or 1270479. OLE color: 1270479.
HSL color Cylindrical-coordinate representation of color #CF6213: hue angle of 25.21º degrees, saturation: 0.83, 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 #CF6213 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 19 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.19 |
| HSL | 25.21º | 0.83% | 0.44% | - |
| HSV(B) | 25.21º | 0.91% | 0.81% | - |
| XYZ | 30.22 | 22.05 | 3.28 | - |
| YUV | 121.59 | 70.11 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 19 | 0 | 0.53 | 0.91 | 0.19 | 25.21 | 0.83 | 0.44 |
| Hex | CF | 62 | 13 | 0 | 35 | 5B | 13 | 19 | 53 | 2C |
| Octal | 317 | 142 | 23 | 0 | 65 | 133 | 23 | 31 | 123 | 54 |
| Binary | 11001111 | 1100010 | 10011 | 0 | 110101 | 1011011 | 10011 | 11001 | 1010011 | 101100 |
Color Harmonies of #CF6213
Complementary color
Monochromatic Colors of #CF6213
Black with #CF6213
Text Example
Text Example
White with #CF6213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6213; }
p { color: rgb(207,98,19); }
H1.HeaderClassName
{
color: #CF6213;
}
.AnyTagClassName
{
color: #CF6213;
}
</style>
background-color css
<style>
a { background-color: #CF6213; }
a { background-color: rgb(207,98,19); }
div.DivClassName
{
background-color: #CF6213;
}
.BgClassName
{
background-color: #CF6213;
}
</style>
border-color css
<style>
span { border-color: #CF6213; }
span { border-color: rgb(207,98,19); }
td.TdClassName
{
border-color: #CF6213;
}
.TagClassName
{
border-color: #CF6213;
}
</style>