Shades of Chocolate #CF5C19
Tints of Chocolate #CF5C19
RGB
CMYK
RGB Variations
Color information
#CF5C19 (or 0xCF5C19) is known color: Chocolate. HEX triplet: CF, 5C and 19. RGB value is (207,92,25). Sum of RGB (Red+Green+Blue) = 207+92+25=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5C19 is #30A3E6. Grayscale: #777777. Windows color (decimal): -3187687 or 1662159. OLE color: 1662159.
HSL color Cylindrical-coordinate representation of color #CF5C19: hue angle of 22.09º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF5C19 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 25 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.19 |
| HSL | 22.09º | 0.78% | 0.45% | - |
| HSV(B) | 22.09º | 0.88% | 0.81% | - |
| XYZ | 29.73 | 20.99 | 3.4 | - |
| YUV | 118.75 | 75.1 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 25 | 0 | 0.56 | 0.88 | 0.19 | 22.09 | 0.78 | 0.45 |
| Hex | CF | 5C | 19 | 0 | 38 | 58 | 13 | 16 | 4E | 2D |
| Octal | 317 | 134 | 31 | 0 | 70 | 130 | 23 | 26 | 116 | 55 |
| Binary | 11001111 | 1011100 | 11001 | 0 | 111000 | 1011000 | 10011 | 10110 | 1001110 | 101101 |
Color Harmonies of #CF5C19
Complementary color
Monochromatic Colors of #CF5C19
Black with #CF5C19
Text Example
Text Example
White with #CF5C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5C19; }
p { color: rgb(207,92,25); }
H1.HeaderClassName
{
color: #CF5C19;
}
.AnyTagClassName
{
color: #CF5C19;
}
</style>
background-color css
<style>
a { background-color: #CF5C19; }
a { background-color: rgb(207,92,25); }
div.DivClassName
{
background-color: #CF5C19;
}
.BgClassName
{
background-color: #CF5C19;
}
</style>
border-color css
<style>
span { border-color: #CF5C19; }
span { border-color: rgb(207,92,25); }
td.TdClassName
{
border-color: #CF5C19;
}
.TagClassName
{
border-color: #CF5C19;
}
</style>