Shades of Chocolate #CF621A
Tints of Chocolate #CF621A
RGB
CMYK
RGB Variations
Color information
#CF621A (or 0xCF621A) is known color: Chocolate. HEX triplet: CF, 62 and 1A. RGB value is (207,98,26). Sum of RGB (Red+Green+Blue) = 207+98+26=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF621A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF621A is #309DE5. Grayscale: #7A7A7A. Windows color (decimal): -3186150 or 1729231. OLE color: 1729231.
HSL color Cylindrical-coordinate representation of color #CF621A: hue angle of 23.87º 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 #CF621A is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 26 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.19 |
| HSL | 23.87º | 0.78% | 0.46% | - |
| HSV(B) | 23.87º | 0.87% | 0.81% | - |
| XYZ | 30.29 | 22.08 | 3.64 | - |
| YUV | 122.38 | 73.61 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 26 | 0 | 0.53 | 0.87 | 0.19 | 23.87 | 0.78 | 0.46 |
| Hex | CF | 62 | 1A | 0 | 35 | 57 | 13 | 18 | 4E | 2E |
| Octal | 317 | 142 | 32 | 0 | 65 | 127 | 23 | 30 | 116 | 56 |
| Binary | 11001111 | 1100010 | 11010 | 0 | 110101 | 1010111 | 10011 | 11000 | 1001110 | 101110 |
Color Harmonies of #CF621A
Complementary color
Monochromatic Colors of #CF621A
Black with #CF621A
Text Example
Text Example
White with #CF621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF621A; }
p { color: rgb(207,98,26); }
H1.HeaderClassName
{
color: #CF621A;
}
.AnyTagClassName
{
color: #CF621A;
}
</style>
background-color css
<style>
a { background-color: #CF621A; }
a { background-color: rgb(207,98,26); }
div.DivClassName
{
background-color: #CF621A;
}
.BgClassName
{
background-color: #CF621A;
}
</style>
border-color css
<style>
span { border-color: #CF621A; }
span { border-color: rgb(207,98,26); }
td.TdClassName
{
border-color: #CF621A;
}
.TagClassName
{
border-color: #CF621A;
}
</style>