Shades of Chocolate #CF6926
Tints of Chocolate #CF6926
RGB
CMYK
RGB Variations
Color information
#CF6926 (or 0xCF6926) is known color: Chocolate. HEX triplet: CF, 69 and 26. RGB value is (207,105,38). Sum of RGB (Red+Green+Blue) = 207+105+38=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6926 is #3096D9. Grayscale: #808080. Windows color (decimal): -3184346 or 2517455. OLE color: 2517455.
HSL color Cylindrical-coordinate representation of color #CF6926: hue angle of 23.79º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF6926 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 38 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.19 |
| HSL | 23.79º | 0.69% | 0.48% | - |
| HSV(B) | 23.79º | 0.82% | 0.81% | - |
| XYZ | 31.13 | 23.51 | 4.73 | - |
| YUV | 127.86 | 77.29 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 38 | 0 | 0.49 | 0.82 | 0.19 | 23.79 | 0.69 | 0.48 |
| Hex | CF | 69 | 26 | 0 | 31 | 52 | 13 | 18 | 45 | 30 |
| Octal | 317 | 151 | 46 | 0 | 61 | 122 | 23 | 30 | 105 | 60 |
| Binary | 11001111 | 1101001 | 100110 | 0 | 110001 | 1010010 | 10011 | 11000 | 1000101 | 110000 |
Color Harmonies of #CF6926
Complementary color
Monochromatic Colors of #CF6926
Black with #CF6926
Text Example
Text Example
White with #CF6926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6926; }
p { color: rgb(207,105,38); }
H1.HeaderClassName
{
color: #CF6926;
}
.AnyTagClassName
{
color: #CF6926;
}
</style>
background-color css
<style>
a { background-color: #CF6926; }
a { background-color: rgb(207,105,38); }
div.DivClassName
{
background-color: #CF6926;
}
.BgClassName
{
background-color: #CF6926;
}
</style>
border-color css
<style>
span { border-color: #CF6926; }
span { border-color: rgb(207,105,38); }
td.TdClassName
{
border-color: #CF6926;
}
.TagClassName
{
border-color: #CF6926;
}
</style>