Shades of Chocolate #CF6A1A
Tints of Chocolate #CF6A1A
RGB
CMYK
RGB Variations
Color information
#CF6A1A (or 0xCF6A1A) is known color: Chocolate. HEX triplet: CF, 6A and 1A. RGB value is (207,106,26). Sum of RGB (Red+Green+Blue) = 207+106+26=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6A1A is #3095E5. Grayscale: #7F7F7F. Windows color (decimal): -3184102 or 1731279. OLE color: 1731279.
HSL color Cylindrical-coordinate representation of color #CF6A1A: hue angle of 26.52º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF6A1A is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 26 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.19 |
| HSL | 26.52º | 0.78% | 0.46% | - |
| HSV(B) | 26.52º | 0.87% | 0.81% | - |
| XYZ | 31.07 | 23.65 | 3.9 | - |
| YUV | 127.08 | 70.96 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 26 | 0 | 0.49 | 0.87 | 0.19 | 26.52 | 0.78 | 0.46 |
| Hex | CF | 6A | 1A | 0 | 31 | 57 | 13 | 1B | 4E | 2E |
| Octal | 317 | 152 | 32 | 0 | 61 | 127 | 23 | 33 | 116 | 56 |
| Binary | 11001111 | 1101010 | 11010 | 0 | 110001 | 1010111 | 10011 | 11011 | 1001110 | 101110 |
Color Harmonies of #CF6A1A
Complementary color
Monochromatic Colors of #CF6A1A
Black with #CF6A1A
Text Example
Text Example
White with #CF6A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6A1A; }
p { color: rgb(207,106,26); }
H1.HeaderClassName
{
color: #CF6A1A;
}
.AnyTagClassName
{
color: #CF6A1A;
}
</style>
background-color css
<style>
a { background-color: #CF6A1A; }
a { background-color: rgb(207,106,26); }
div.DivClassName
{
background-color: #CF6A1A;
}
.BgClassName
{
background-color: #CF6A1A;
}
</style>
border-color css
<style>
span { border-color: #CF6A1A; }
span { border-color: rgb(207,106,26); }
td.TdClassName
{
border-color: #CF6A1A;
}
.TagClassName
{
border-color: #CF6A1A;
}
</style>