Shades of Chocolate #CF6B26
Tints of Chocolate #CF6B26
RGB
CMYK
RGB Variations
Color information
#CF6B26 (or 0xCF6B26) is known color: Chocolate. HEX triplet: CF, 6B and 26. RGB value is (207,107,38). Sum of RGB (Red+Green+Blue) = 207+107+38=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6B26 is #3094D9. Grayscale: #818181. Windows color (decimal): -3183834 or 2517967. OLE color: 2517967.
HSL color Cylindrical-coordinate representation of color #CF6B26: hue angle of 24.5º 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 #CF6B26 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 107 | 38 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.19 |
| HSL | 24.5º | 0.69% | 0.48% | - |
| HSV(B) | 24.5º | 0.82% | 0.81% | - |
| XYZ | 31.34 | 23.92 | 4.8 | - |
| YUV | 129.03 | 76.63 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 38 | 0 | 0.48 | 0.82 | 0.19 | 24.5 | 0.69 | 0.48 |
| Hex | CF | 6B | 26 | 0 | 30 | 52 | 13 | 18 | 45 | 30 |
| Octal | 317 | 153 | 46 | 0 | 60 | 122 | 23 | 30 | 105 | 60 |
| Binary | 11001111 | 1101011 | 100110 | 0 | 110000 | 1010010 | 10011 | 11000 | 1000101 | 110000 |
Color Harmonies of #CF6B26
Complementary color
Monochromatic Colors of #CF6B26
Black with #CF6B26
Text Example
Text Example
White with #CF6B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6B26; }
p { color: rgb(207,107,38); }
H1.HeaderClassName
{
color: #CF6B26;
}
.AnyTagClassName
{
color: #CF6B26;
}
</style>
background-color css
<style>
a { background-color: #CF6B26; }
a { background-color: rgb(207,107,38); }
div.DivClassName
{
background-color: #CF6B26;
}
.BgClassName
{
background-color: #CF6B26;
}
</style>
border-color css
<style>
span { border-color: #CF6B26; }
span { border-color: rgb(207,107,38); }
td.TdClassName
{
border-color: #CF6B26;
}
.TagClassName
{
border-color: #CF6B26;
}
</style>