Shades of Chocolate #CF641D
Tints of Chocolate #CF641D
RGB
CMYK
RGB Variations
Color information
#CF641D (or 0xCF641D) is known color: Chocolate. HEX triplet: CF, 64 and 1D. RGB value is (207,100,29). Sum of RGB (Red+Green+Blue) = 207+100+29=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF641D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF641D is #309BE2. Grayscale: #7C7C7C. Windows color (decimal): -3185635 or 1926351. OLE color: 1926351.
HSL color Cylindrical-coordinate representation of color #CF641D: hue angle of 23.93º degrees, saturation: 0.75, 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 #CF641D is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 29 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.19 |
| HSL | 23.93º | 0.75% | 0.46% | - |
| HSV(B) | 23.93º | 0.86% | 0.81% | - |
| XYZ | 30.51 | 22.47 | 3.89 | - |
| YUV | 123.9 | 74.45 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 29 | 0 | 0.52 | 0.86 | 0.19 | 23.93 | 0.75 | 0.46 |
| Hex | CF | 64 | 1D | 0 | 34 | 56 | 13 | 18 | 4B | 2E |
| Octal | 317 | 144 | 35 | 0 | 64 | 126 | 23 | 30 | 113 | 56 |
| Binary | 11001111 | 1100100 | 11101 | 0 | 110100 | 1010110 | 10011 | 11000 | 1001011 | 101110 |
Color Harmonies of #CF641D
Complementary color
Monochromatic Colors of #CF641D
Black with #CF641D
Text Example
Text Example
White with #CF641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF641D; }
p { color: rgb(207,100,29); }
H1.HeaderClassName
{
color: #CF641D;
}
.AnyTagClassName
{
color: #CF641D;
}
</style>
background-color css
<style>
a { background-color: #CF641D; }
a { background-color: rgb(207,100,29); }
div.DivClassName
{
background-color: #CF641D;
}
.BgClassName
{
background-color: #CF641D;
}
</style>
border-color css
<style>
span { border-color: #CF641D; }
span { border-color: rgb(207,100,29); }
td.TdClassName
{
border-color: #CF641D;
}
.TagClassName
{
border-color: #CF641D;
}
</style>