Shades of Chocolate #CF6518
Tints of Chocolate #CF6518
RGB
CMYK
RGB Variations
Color information
#CF6518 (or 0xCF6518) is known color: Chocolate. HEX triplet: CF, 65 and 18. RGB value is (207,101,24). Sum of RGB (Red+Green+Blue) = 207+101+24=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6518 is #309AE7. Grayscale: #7C7C7C. Windows color (decimal): -3185384 or 1598927. OLE color: 1598927.
HSL color Cylindrical-coordinate representation of color #CF6518: hue angle of 25.25º degrees, saturation: 0.79, 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 #CF6518 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 24 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.19 |
| HSL | 25.25º | 0.79% | 0.45% | - |
| HSV(B) | 25.25º | 0.88% | 0.81% | - |
| XYZ | 30.55 | 22.64 | 3.62 | - |
| YUV | 123.92 | 71.62 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 24 | 0 | 0.51 | 0.88 | 0.19 | 25.25 | 0.79 | 0.45 |
| Hex | CF | 65 | 18 | 0 | 33 | 58 | 13 | 19 | 4F | 2D |
| Octal | 317 | 145 | 30 | 0 | 63 | 130 | 23 | 31 | 117 | 55 |
| Binary | 11001111 | 1100101 | 11000 | 0 | 110011 | 1011000 | 10011 | 11001 | 1001111 | 101101 |
Color Harmonies of #CF6518
Complementary color
Monochromatic Colors of #CF6518
Black with #CF6518
Text Example
Text Example
White with #CF6518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6518; }
p { color: rgb(207,101,24); }
H1.HeaderClassName
{
color: #CF6518;
}
.AnyTagClassName
{
color: #CF6518;
}
</style>
background-color css
<style>
a { background-color: #CF6518; }
a { background-color: rgb(207,101,24); }
div.DivClassName
{
background-color: #CF6518;
}
.BgClassName
{
background-color: #CF6518;
}
</style>
border-color css
<style>
span { border-color: #CF6518; }
span { border-color: rgb(207,101,24); }
td.TdClassName
{
border-color: #CF6518;
}
.TagClassName
{
border-color: #CF6518;
}
</style>