Shades of Chocolate #CF511C
Tints of Chocolate #CF511C
RGB
CMYK
RGB Variations
Color information
#CF511C (or 0xCF511C) is known color: Chocolate. HEX triplet: CF, 51 and 1C. RGB value is (207,81,28). Sum of RGB (Red+Green+Blue) = 207+81+28=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF511C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF511C is #30AEE3. Grayscale: #707070. Windows color (decimal): -3190500 or 1855951. OLE color: 1855951.
HSL color Cylindrical-coordinate representation of color #CF511C: hue angle of 17.77º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF511C is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 28 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.19 |
| HSL | 17.77º | 0.76% | 0.46% | - |
| HSV(B) | 17.77º | 0.86% | 0.81% | - |
| XYZ | 28.88 | 19.23 | 3.29 | - |
| YUV | 112.63 | 80.24 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 28 | 0 | 0.61 | 0.86 | 0.19 | 17.77 | 0.76 | 0.46 |
| Hex | CF | 51 | 1C | 0 | 3D | 56 | 13 | 12 | 4C | 2E |
| Octal | 317 | 121 | 34 | 0 | 75 | 126 | 23 | 22 | 114 | 56 |
| Binary | 11001111 | 1010001 | 11100 | 0 | 111101 | 1010110 | 10011 | 10010 | 1001100 | 101110 |
Color Harmonies of #CF511C
Complementary color
Monochromatic Colors of #CF511C
Black with #CF511C
Text Example
Text Example
White with #CF511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF511C; }
p { color: rgb(207,81,28); }
H1.HeaderClassName
{
color: #CF511C;
}
.AnyTagClassName
{
color: #CF511C;
}
</style>
background-color css
<style>
a { background-color: #CF511C; }
a { background-color: rgb(207,81,28); }
div.DivClassName
{
background-color: #CF511C;
}
.BgClassName
{
background-color: #CF511C;
}
</style>
border-color css
<style>
span { border-color: #CF511C; }
span { border-color: rgb(207,81,28); }
td.TdClassName
{
border-color: #CF511C;
}
.TagClassName
{
border-color: #CF511C;
}
</style>