Shades of Chocolate #C8631F
Tints of Chocolate #C8631F
RGB
CMYK
RGB Variations
Color information
#C8631F (or 0xC8631F) is known color: Chocolate. HEX triplet: C8, 63 and 1F. RGB value is (200,99,31). Sum of RGB (Red+Green+Blue) = 200+99+31=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C8631F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8631F is #379CE0. Grayscale: #797979. Windows color (decimal): -3644641 or 2057160. OLE color: 2057160.
HSL color Cylindrical-coordinate representation of color #C8631F: hue angle of 24.14º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8631F is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 31 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.22 |
| HSL | 24.14º | 0.73% | 0.45% | - |
| HSV(B) | 24.14º | 0.85% | 0.78% | - |
| XYZ | 28.53 | 21.3 | 3.9 | - |
| YUV | 121.45 | 76.96 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 31 | 0 | 0.50 | 0.84 | 0.22 | 24.14 | 0.73 | 0.45 |
| Hex | C8 | 63 | 1F | 0 | 32 | 54 | 16 | 18 | 49 | 2D |
| Octal | 310 | 143 | 37 | 0 | 62 | 124 | 26 | 30 | 111 | 55 |
| Binary | 11001000 | 1100011 | 11111 | 0 | 110010 | 1010100 | 10110 | 11000 | 1001001 | 101101 |
Color Harmonies of #C8631F
Complementary color
Monochromatic Colors of #C8631F
Black with #C8631F
Text Example
Text Example
White with #C8631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8631F; }
p { color: rgb(200,99,31); }
H1.HeaderClassName
{
color: #C8631F;
}
.AnyTagClassName
{
color: #C8631F;
}
</style>
background-color css
<style>
a { background-color: #C8631F; }
a { background-color: rgb(200,99,31); }
div.DivClassName
{
background-color: #C8631F;
}
.BgClassName
{
background-color: #C8631F;
}
</style>
border-color css
<style>
span { border-color: #C8631F; }
span { border-color: rgb(200,99,31); }
td.TdClassName
{
border-color: #C8631F;
}
.TagClassName
{
border-color: #C8631F;
}
</style>