Shades of Chocolate #CF631A
Tints of Chocolate #CF631A
RGB
CMYK
RGB Variations
Color information
#CF631A (or 0xCF631A) is known color: Chocolate. HEX triplet: CF, 63 and 1A. RGB value is (207,99,26). Sum of RGB (Red+Green+Blue) = 207+99+26=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF631A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF631A is #309CE5. Grayscale: #7B7B7B. Windows color (decimal): -3185894 or 1729487. OLE color: 1729487.
HSL color Cylindrical-coordinate representation of color #CF631A: hue angle of 24.2º degrees, saturation: 0.78, 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 #CF631A is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 26 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.19 |
| HSL | 24.2º | 0.78% | 0.46% | - |
| HSV(B) | 24.2º | 0.87% | 0.81% | - |
| XYZ | 30.38 | 22.26 | 3.67 | - |
| YUV | 122.97 | 73.28 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 26 | 0 | 0.52 | 0.87 | 0.19 | 24.2 | 0.78 | 0.46 |
| Hex | CF | 63 | 1A | 0 | 34 | 57 | 13 | 18 | 4E | 2E |
| Octal | 317 | 143 | 32 | 0 | 64 | 127 | 23 | 30 | 116 | 56 |
| Binary | 11001111 | 1100011 | 11010 | 0 | 110100 | 1010111 | 10011 | 11000 | 1001110 | 101110 |
Color Harmonies of #CF631A
Complementary color
Monochromatic Colors of #CF631A
Black with #CF631A
Text Example
Text Example
White with #CF631A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF631A; }
p { color: rgb(207,99,26); }
H1.HeaderClassName
{
color: #CF631A;
}
.AnyTagClassName
{
color: #CF631A;
}
</style>
background-color css
<style>
a { background-color: #CF631A; }
a { background-color: rgb(207,99,26); }
div.DivClassName
{
background-color: #CF631A;
}
.BgClassName
{
background-color: #CF631A;
}
</style>
border-color css
<style>
span { border-color: #CF631A; }
span { border-color: rgb(207,99,26); }
td.TdClassName
{
border-color: #CF631A;
}
.TagClassName
{
border-color: #CF631A;
}
</style>