Shades of Chocolate #CF650F
Tints of Chocolate #CF650F
RGB
CMYK
RGB Variations
Color information
#CF650F (or 0xCF650F) is known color: Chocolate. HEX triplet: CF, 65 and 0F. RGB value is (207,101,15). Sum of RGB (Red+Green+Blue) = 207+101+15=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF650F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF650F is #309AF0. Grayscale: #7B7B7B. Windows color (decimal): -3185393 or 1009103. OLE color: 1009103.
HSL color Cylindrical-coordinate representation of color #CF650F: hue angle of 26.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF650F is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 15 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.19 |
| HSL | 26.88º | 0.86% | 0.44% | - |
| HSV(B) | 26.88º | 0.93% | 0.81% | - |
| XYZ | 30.47 | 22.61 | 3.21 | - |
| YUV | 122.89 | 67.12 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 15 | 0 | 0.51 | 0.93 | 0.19 | 26.88 | 0.86 | 0.44 |
| Hex | CF | 65 | F | 0 | 33 | 5D | 13 | 1B | 56 | 2C |
| Octal | 317 | 145 | 17 | 0 | 63 | 135 | 23 | 33 | 126 | 54 |
| Binary | 11001111 | 1100101 | 1111 | 0 | 110011 | 1011101 | 10011 | 11011 | 1010110 | 101100 |
Color Harmonies of #CF650F
Complementary color
Monochromatic Colors of #CF650F
Black with #CF650F
Text Example
Text Example
White with #CF650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF650F; }
p { color: rgb(207,101,15); }
H1.HeaderClassName
{
color: #CF650F;
}
.AnyTagClassName
{
color: #CF650F;
}
</style>
background-color css
<style>
a { background-color: #CF650F; }
a { background-color: rgb(207,101,15); }
div.DivClassName
{
background-color: #CF650F;
}
.BgClassName
{
background-color: #CF650F;
}
</style>
border-color css
<style>
span { border-color: #CF650F; }
span { border-color: rgb(207,101,15); }
td.TdClassName
{
border-color: #CF650F;
}
.TagClassName
{
border-color: #CF650F;
}
</style>