Shades of Chocolate #CF5C13
Tints of Chocolate #CF5C13
RGB
CMYK
RGB Variations
Color information
#CF5C13 (or 0xCF5C13) is known color: Chocolate. HEX triplet: CF, 5C and 13. RGB value is (207,92,19). Sum of RGB (Red+Green+Blue) = 207+92+19=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5C13 is #30A3EC. Grayscale: #767676. Windows color (decimal): -3187693 or 1268943. OLE color: 1268943.
HSL color Cylindrical-coordinate representation of color #CF5C13: hue angle of 23.3º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF5C13 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 19 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.19 |
| HSL | 23.3º | 0.83% | 0.44% | - |
| HSV(B) | 23.3º | 0.91% | 0.81% | - |
| XYZ | 29.68 | 20.97 | 3.1 | - |
| YUV | 118.06 | 72.1 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 19 | 0 | 0.56 | 0.91 | 0.19 | 23.3 | 0.83 | 0.44 |
| Hex | CF | 5C | 13 | 0 | 38 | 5B | 13 | 17 | 53 | 2C |
| Octal | 317 | 134 | 23 | 0 | 70 | 133 | 23 | 27 | 123 | 54 |
| Binary | 11001111 | 1011100 | 10011 | 0 | 111000 | 1011011 | 10011 | 10111 | 1010011 | 101100 |
Color Harmonies of #CF5C13
Complementary color
Monochromatic Colors of #CF5C13
Black with #CF5C13
Text Example
Text Example
White with #CF5C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5C13; }
p { color: rgb(207,92,19); }
H1.HeaderClassName
{
color: #CF5C13;
}
.AnyTagClassName
{
color: #CF5C13;
}
</style>
background-color css
<style>
a { background-color: #CF5C13; }
a { background-color: rgb(207,92,19); }
div.DivClassName
{
background-color: #CF5C13;
}
.BgClassName
{
background-color: #CF5C13;
}
</style>
border-color css
<style>
span { border-color: #CF5C13; }
span { border-color: rgb(207,92,19); }
td.TdClassName
{
border-color: #CF5C13;
}
.TagClassName
{
border-color: #CF5C13;
}
</style>