Shades of Chocolate #CF630F
Tints of Chocolate #CF630F
RGB
CMYK
RGB Variations
Color information
#CF630F (or 0xCF630F) is known color: Chocolate. HEX triplet: CF, 63 and 0F. RGB value is (207,99,15). Sum of RGB (Red+Green+Blue) = 207+99+15=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF630F is #309CF0. Grayscale: #7A7A7A. Windows color (decimal): -3185905 or 1008591. OLE color: 1008591.
HSL color Cylindrical-coordinate representation of color #CF630F: hue angle of 26.25º 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 #CF630F is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 15 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.19 |
| HSL | 26.25º | 0.86% | 0.44% | - |
| HSV(B) | 26.25º | 0.93% | 0.81% | - |
| XYZ | 30.28 | 22.22 | 3.15 | - |
| YUV | 121.72 | 67.78 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 15 | 0 | 0.52 | 0.93 | 0.19 | 26.25 | 0.86 | 0.44 |
| Hex | CF | 63 | F | 0 | 34 | 5D | 13 | 1A | 56 | 2C |
| Octal | 317 | 143 | 17 | 0 | 64 | 135 | 23 | 32 | 126 | 54 |
| Binary | 11001111 | 1100011 | 1111 | 0 | 110100 | 1011101 | 10011 | 11010 | 1010110 | 101100 |
Color Harmonies of #CF630F
Complementary color
Monochromatic Colors of #CF630F
Black with #CF630F
Text Example
Text Example
White with #CF630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF630F; }
p { color: rgb(207,99,15); }
H1.HeaderClassName
{
color: #CF630F;
}
.AnyTagClassName
{
color: #CF630F;
}
</style>
background-color css
<style>
a { background-color: #CF630F; }
a { background-color: rgb(207,99,15); }
div.DivClassName
{
background-color: #CF630F;
}
.BgClassName
{
background-color: #CF630F;
}
</style>
border-color css
<style>
span { border-color: #CF630F; }
span { border-color: rgb(207,99,15); }
td.TdClassName
{
border-color: #CF630F;
}
.TagClassName
{
border-color: #CF630F;
}
</style>