Shades of Chocolate #CF501A
Tints of Chocolate #CF501A
RGB
CMYK
RGB Variations
Color information
#CF501A (or 0xCF501A) is known color: Chocolate. HEX triplet: CF, 50 and 1A. RGB value is (207,80,26). Sum of RGB (Red+Green+Blue) = 207+80+26=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF501A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF501A is #30AFE5. Grayscale: #707070. Windows color (decimal): -3190758 or 1724623. OLE color: 1724623.
HSL color Cylindrical-coordinate representation of color #CF501A: hue angle of 17.9º 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 #CF501A is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 26 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.19 |
| HSL | 17.9º | 0.78% | 0.46% | - |
| HSV(B) | 17.9º | 0.87% | 0.81% | - |
| XYZ | 28.79 | 19.08 | 3.14 | - |
| YUV | 111.82 | 79.58 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 26 | 0 | 0.61 | 0.87 | 0.19 | 17.9 | 0.78 | 0.46 |
| Hex | CF | 50 | 1A | 0 | 3D | 57 | 13 | 12 | 4E | 2E |
| Octal | 317 | 120 | 32 | 0 | 75 | 127 | 23 | 22 | 116 | 56 |
| Binary | 11001111 | 1010000 | 11010 | 0 | 111101 | 1010111 | 10011 | 10010 | 1001110 | 101110 |
Color Harmonies of #CF501A
Complementary color
Monochromatic Colors of #CF501A
Black with #CF501A
Text Example
Text Example
White with #CF501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF501A; }
p { color: rgb(207,80,26); }
H1.HeaderClassName
{
color: #CF501A;
}
.AnyTagClassName
{
color: #CF501A;
}
</style>
background-color css
<style>
a { background-color: #CF501A; }
a { background-color: rgb(207,80,26); }
div.DivClassName
{
background-color: #CF501A;
}
.BgClassName
{
background-color: #CF501A;
}
</style>
border-color css
<style>
span { border-color: #CF501A; }
span { border-color: rgb(207,80,26); }
td.TdClassName
{
border-color: #CF501A;
}
.TagClassName
{
border-color: #CF501A;
}
</style>