Shades of Chocolate #CF6221
Tints of Chocolate #CF6221
RGB
CMYK
RGB Variations
Color information
#CF6221 (or 0xCF6221) is known color: Chocolate. HEX triplet: CF, 62 and 21. RGB value is (207,98,33). Sum of RGB (Red+Green+Blue) = 207+98+33=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6221 is #309DDE. Grayscale: #7B7B7B. Windows color (decimal): -3186143 or 2187983. OLE color: 2187983.
HSL color Cylindrical-coordinate representation of color #CF6221: hue angle of 22.41º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF6221 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 33 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.19 |
| HSL | 22.41º | 0.73% | 0.47% | - |
| HSV(B) | 22.41º | 0.84% | 0.81% | - |
| XYZ | 30.37 | 22.11 | 4.11 | - |
| YUV | 123.18 | 77.11 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 33 | 0 | 0.53 | 0.84 | 0.19 | 22.41 | 0.73 | 0.47 |
| Hex | CF | 62 | 21 | 0 | 35 | 54 | 13 | 16 | 48 | 2F |
| Octal | 317 | 142 | 41 | 0 | 65 | 124 | 23 | 26 | 110 | 57 |
| Binary | 11001111 | 1100010 | 100001 | 0 | 110101 | 1010100 | 10011 | 10110 | 1001000 | 101111 |
Color Harmonies of #CF6221
Complementary color
Monochromatic Colors of #CF6221
Black with #CF6221
Text Example
Text Example
White with #CF6221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6221; }
p { color: rgb(207,98,33); }
H1.HeaderClassName
{
color: #CF6221;
}
.AnyTagClassName
{
color: #CF6221;
}
</style>
background-color css
<style>
a { background-color: #CF6221; }
a { background-color: rgb(207,98,33); }
div.DivClassName
{
background-color: #CF6221;
}
.BgClassName
{
background-color: #CF6221;
}
</style>
border-color css
<style>
span { border-color: #CF6221; }
span { border-color: rgb(207,98,33); }
td.TdClassName
{
border-color: #CF6221;
}
.TagClassName
{
border-color: #CF6221;
}
</style>