Shades of Chocolate #C8630F
Tints of Chocolate #C8630F
RGB
CMYK
RGB Variations
Color information
#C8630F (or 0xC8630F) is known color: Chocolate. HEX triplet: C8, 63 and 0F. RGB value is (200,99,15). Sum of RGB (Red+Green+Blue) = 200+99+15=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C8630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8630F is #379CF0. Grayscale: #787878. Windows color (decimal): -3644657 or 1008584. OLE color: 1008584.
HSL color Cylindrical-coordinate representation of color #C8630F: hue angle of 27.24º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8630F is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 15 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.22 |
| HSL | 27.24º | 0.86% | 0.42% | - |
| HSV(B) | 27.24º | 0.93% | 0.78% | - |
| XYZ | 28.37 | 21.24 | 3.06 | - |
| YUV | 119.62 | 68.96 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 15 | 0 | 0.50 | 0.92 | 0.22 | 27.24 | 0.86 | 0.42 |
| Hex | C8 | 63 | F | 0 | 32 | 5C | 16 | 1B | 56 | 2A |
| Octal | 310 | 143 | 17 | 0 | 62 | 134 | 26 | 33 | 126 | 52 |
| Binary | 11001000 | 1100011 | 1111 | 0 | 110010 | 1011100 | 10110 | 11011 | 1010110 | 101010 |
Color Harmonies of #C8630F
Complementary color
Monochromatic Colors of #C8630F
Black with #C8630F
Text Example
Text Example
White with #C8630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8630F; }
p { color: rgb(200,99,15); }
H1.HeaderClassName
{
color: #C8630F;
}
.AnyTagClassName
{
color: #C8630F;
}
</style>
background-color css
<style>
a { background-color: #C8630F; }
a { background-color: rgb(200,99,15); }
div.DivClassName
{
background-color: #C8630F;
}
.BgClassName
{
background-color: #C8630F;
}
</style>
border-color css
<style>
span { border-color: #C8630F; }
span { border-color: rgb(200,99,15); }
td.TdClassName
{
border-color: #C8630F;
}
.TagClassName
{
border-color: #C8630F;
}
</style>