Shades of Chocolate #CF631B
Tints of Chocolate #CF631B
RGB
CMYK
RGB Variations
Color information
#CF631B (or 0xCF631B) is known color: Chocolate. HEX triplet: CF, 63 and 1B. RGB value is (207,99,27). Sum of RGB (Red+Green+Blue) = 207+99+27=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF631B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF631B is #309CE4. Grayscale: #7B7B7B. Windows color (decimal): -3185893 or 1795023. OLE color: 1795023.
HSL color Cylindrical-coordinate representation of color #CF631B: hue angle of 24º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF631B is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 27 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.19 |
| HSL | 24º | 0.77% | 0.46% | - |
| HSV(B) | 24º | 0.87% | 0.81% | - |
| XYZ | 30.39 | 22.27 | 3.73 | - |
| YUV | 123.08 | 73.78 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 27 | 0 | 0.52 | 0.87 | 0.19 | 24 | 0.77 | 0.46 |
| Hex | CF | 63 | 1B | 0 | 34 | 57 | 13 | 18 | 4D | 2E |
| Octal | 317 | 143 | 33 | 0 | 64 | 127 | 23 | 30 | 115 | 56 |
| Binary | 11001111 | 1100011 | 11011 | 0 | 110100 | 1010111 | 10011 | 11000 | 1001101 | 101110 |
Color Harmonies of #CF631B
Complementary color
Monochromatic Colors of #CF631B
Black with #CF631B
Text Example
Text Example
White with #CF631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF631B; }
p { color: rgb(207,99,27); }
H1.HeaderClassName
{
color: #CF631B;
}
.AnyTagClassName
{
color: #CF631B;
}
</style>
background-color css
<style>
a { background-color: #CF631B; }
a { background-color: rgb(207,99,27); }
div.DivClassName
{
background-color: #CF631B;
}
.BgClassName
{
background-color: #CF631B;
}
</style>
border-color css
<style>
span { border-color: #CF631B; }
span { border-color: rgb(207,99,27); }
td.TdClassName
{
border-color: #CF631B;
}
.TagClassName
{
border-color: #CF631B;
}
</style>