Shades of Chocolate #CF511A
Tints of Chocolate #CF511A
RGB
CMYK
RGB Variations
Color information
#CF511A (or 0xCF511A) is known color: Chocolate. HEX triplet: CF, 51 and 1A. RGB value is (207,81,26). Sum of RGB (Red+Green+Blue) = 207+81+26=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF511A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF511A is #30AEE5. Grayscale: #707070. Windows color (decimal): -3190502 or 1724879. OLE color: 1724879.
HSL color Cylindrical-coordinate representation of color #CF511A: hue angle of 18.23º 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 #CF511A is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 26 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.19 |
| HSL | 18.23º | 0.78% | 0.46% | - |
| HSV(B) | 18.23º | 0.87% | 0.81% | - |
| XYZ | 28.86 | 19.22 | 3.17 | - |
| YUV | 112.4 | 79.24 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 26 | 0 | 0.61 | 0.87 | 0.19 | 18.23 | 0.78 | 0.46 |
| Hex | CF | 51 | 1A | 0 | 3D | 57 | 13 | 12 | 4E | 2E |
| Octal | 317 | 121 | 32 | 0 | 75 | 127 | 23 | 22 | 116 | 56 |
| Binary | 11001111 | 1010001 | 11010 | 0 | 111101 | 1010111 | 10011 | 10010 | 1001110 | 101110 |
Color Harmonies of #CF511A
Complementary color
Monochromatic Colors of #CF511A
Black with #CF511A
Text Example
Text Example
White with #CF511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF511A; }
p { color: rgb(207,81,26); }
H1.HeaderClassName
{
color: #CF511A;
}
.AnyTagClassName
{
color: #CF511A;
}
</style>
background-color css
<style>
a { background-color: #CF511A; }
a { background-color: rgb(207,81,26); }
div.DivClassName
{
background-color: #CF511A;
}
.BgClassName
{
background-color: #CF511A;
}
</style>
border-color css
<style>
span { border-color: #CF511A; }
span { border-color: rgb(207,81,26); }
td.TdClassName
{
border-color: #CF511A;
}
.TagClassName
{
border-color: #CF511A;
}
</style>