Shades of Chocolate #CF6226
Tints of Chocolate #CF6226
RGB
CMYK
RGB Variations
Color information
#CF6226 (or 0xCF6226) is known color: Chocolate. HEX triplet: CF, 62 and 26. RGB value is (207,98,38). Sum of RGB (Red+Green+Blue) = 207+98+38=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6226 is #309DD9. Grayscale: #7C7C7C. Windows color (decimal): -3186138 or 2515663. OLE color: 2515663.
HSL color Cylindrical-coordinate representation of color #CF6226: hue angle of 21.3º 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 #CF6226 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 38 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.19 |
| HSL | 21.3º | 0.69% | 0.48% | - |
| HSV(B) | 21.3º | 0.82% | 0.81% | - |
| XYZ | 30.45 | 22.14 | 4.5 | - |
| YUV | 123.75 | 79.61 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 38 | 0 | 0.53 | 0.82 | 0.19 | 21.3 | 0.69 | 0.48 |
| Hex | CF | 62 | 26 | 0 | 35 | 52 | 13 | 15 | 45 | 30 |
| Octal | 317 | 142 | 46 | 0 | 65 | 122 | 23 | 25 | 105 | 60 |
| Binary | 11001111 | 1100010 | 100110 | 0 | 110101 | 1010010 | 10011 | 10101 | 1000101 | 110000 |
Color Harmonies of #CF6226
Complementary color
Monochromatic Colors of #CF6226
Black with #CF6226
Text Example
Text Example
White with #CF6226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6226; }
p { color: rgb(207,98,38); }
H1.HeaderClassName
{
color: #CF6226;
}
.AnyTagClassName
{
color: #CF6226;
}
</style>
background-color css
<style>
a { background-color: #CF6226; }
a { background-color: rgb(207,98,38); }
div.DivClassName
{
background-color: #CF6226;
}
.BgClassName
{
background-color: #CF6226;
}
</style>
border-color css
<style>
span { border-color: #CF6226; }
span { border-color: rgb(207,98,38); }
td.TdClassName
{
border-color: #CF6226;
}
.TagClassName
{
border-color: #CF6226;
}
</style>