Shades of Chocolate #CF631D
Tints of Chocolate #CF631D
RGB
CMYK
RGB Variations
Color information
#CF631D (or 0xCF631D) is known color: Chocolate. HEX triplet: CF, 63 and 1D. RGB value is (207,99,29). Sum of RGB (Red+Green+Blue) = 207+99+29=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF631D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF631D is #309CE2. Grayscale: #7B7B7B. Windows color (decimal): -3185891 or 1926095. OLE color: 1926095.
HSL color Cylindrical-coordinate representation of color #CF631D: hue angle of 23.6º 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 #CF631D is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 29 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.19 |
| HSL | 23.6º | 0.75% | 0.46% | - |
| HSV(B) | 23.6º | 0.86% | 0.81% | - |
| XYZ | 30.42 | 22.28 | 3.86 | - |
| YUV | 123.31 | 74.78 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 29 | 0 | 0.52 | 0.86 | 0.19 | 23.6 | 0.75 | 0.46 |
| Hex | CF | 63 | 1D | 0 | 34 | 56 | 13 | 18 | 4B | 2E |
| Octal | 317 | 143 | 35 | 0 | 64 | 126 | 23 | 30 | 113 | 56 |
| Binary | 11001111 | 1100011 | 11101 | 0 | 110100 | 1010110 | 10011 | 11000 | 1001011 | 101110 |
Color Harmonies of #CF631D
Complementary color
Monochromatic Colors of #CF631D
Black with #CF631D
Text Example
Text Example
White with #CF631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF631D; }
p { color: rgb(207,99,29); }
H1.HeaderClassName
{
color: #CF631D;
}
.AnyTagClassName
{
color: #CF631D;
}
</style>
background-color css
<style>
a { background-color: #CF631D; }
a { background-color: rgb(207,99,29); }
div.DivClassName
{
background-color: #CF631D;
}
.BgClassName
{
background-color: #CF631D;
}
</style>
border-color css
<style>
span { border-color: #CF631D; }
span { border-color: rgb(207,99,29); }
td.TdClassName
{
border-color: #CF631D;
}
.TagClassName
{
border-color: #CF631D;
}
</style>