Shades of Chocolate #CF700B
Tints of Chocolate #CF700B
RGB
CMYK
RGB Variations
Color information
#CF700B (or 0xCF700B) is known color: Chocolate. HEX triplet: CF, 70 and 0B. RGB value is (207,112,11). Sum of RGB (Red+Green+Blue) = 207+112+11=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF700B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF700B is #308FF4. Grayscale: #818181. Windows color (decimal): -3182581 or 749775. OLE color: 749775.
HSL color Cylindrical-coordinate representation of color #CF700B: hue angle of 30.92º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF700B is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 11 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.19 |
| HSL | 30.92º | 0.9% | 0.43% | - |
| HSV(B) | 30.92º | 0.95% | 0.81% | - |
| XYZ | 31.59 | 24.88 | 3.45 | - |
| YUV | 128.89 | 61.47 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 11 | 0 | 0.46 | 0.95 | 0.19 | 30.92 | 0.9 | 0.43 |
| Hex | CF | 70 | B | 0 | 2E | 5F | 13 | 1F | 5A | 2B |
| Octal | 317 | 160 | 13 | 0 | 56 | 137 | 23 | 37 | 132 | 53 |
| Binary | 11001111 | 1110000 | 1011 | 0 | 101110 | 1011111 | 10011 | 11111 | 1011010 | 101011 |
Color Harmonies of #CF700B
Complementary color
Monochromatic Colors of #CF700B
Black with #CF700B
Text Example
Text Example
White with #CF700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF700B; }
p { color: rgb(207,112,11); }
H1.HeaderClassName
{
color: #CF700B;
}
.AnyTagClassName
{
color: #CF700B;
}
</style>
background-color css
<style>
a { background-color: #CF700B; }
a { background-color: rgb(207,112,11); }
div.DivClassName
{
background-color: #CF700B;
}
.BgClassName
{
background-color: #CF700B;
}
</style>
border-color css
<style>
span { border-color: #CF700B; }
span { border-color: rgb(207,112,11); }
td.TdClassName
{
border-color: #CF700B;
}
.TagClassName
{
border-color: #CF700B;
}
</style>