Shades of Chocolate #CF690A
Tints of Chocolate #CF690A
RGB
CMYK
RGB Variations
Color information
#CF690A (or 0xCF690A) is known color: Chocolate. HEX triplet: CF, 69 and 0A. RGB value is (207,105,10). Sum of RGB (Red+Green+Blue) = 207+105+10=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF690A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF690A is #3096F5. Grayscale: #7D7D7D. Windows color (decimal): -3184374 or 682447. OLE color: 682447.
HSL color Cylindrical-coordinate representation of color #CF690A: hue angle of 28.93º degrees, saturation: 0.91, 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 #CF690A is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 10 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.19 |
| HSL | 28.93º | 0.91% | 0.43% | - |
| HSV(B) | 28.93º | 0.95% | 0.81% | - |
| XYZ | 30.84 | 23.39 | 3.18 | - |
| YUV | 124.67 | 63.29 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 10 | 0 | 0.49 | 0.95 | 0.19 | 28.93 | 0.91 | 0.43 |
| Hex | CF | 69 | A | 0 | 31 | 5F | 13 | 1D | 5B | 2B |
| Octal | 317 | 151 | 12 | 0 | 61 | 137 | 23 | 35 | 133 | 53 |
| Binary | 11001111 | 1101001 | 1010 | 0 | 110001 | 1011111 | 10011 | 11101 | 1011011 | 101011 |
Color Harmonies of #CF690A
Complementary color
Monochromatic Colors of #CF690A
Black with #CF690A
Text Example
Text Example
White with #CF690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF690A; }
p { color: rgb(207,105,10); }
H1.HeaderClassName
{
color: #CF690A;
}
.AnyTagClassName
{
color: #CF690A;
}
</style>
background-color css
<style>
a { background-color: #CF690A; }
a { background-color: rgb(207,105,10); }
div.DivClassName
{
background-color: #CF690A;
}
.BgClassName
{
background-color: #CF690A;
}
</style>
border-color css
<style>
span { border-color: #CF690A; }
span { border-color: rgb(207,105,10); }
td.TdClassName
{
border-color: #CF690A;
}
.TagClassName
{
border-color: #CF690A;
}
</style>