Shades of Chocolate #C8670F
Tints of Chocolate #C8670F
RGB
CMYK
RGB Variations
Color information
#C8670F (or 0xC8670F) is known color: Chocolate. HEX triplet: C8, 67 and 0F. RGB value is (200,103,15). Sum of RGB (Red+Green+Blue) = 200+103+15=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C8670F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8670F is #3798F0. Grayscale: #7A7A7A. Windows color (decimal): -3643633 or 1009608. OLE color: 1009608.
HSL color Cylindrical-coordinate representation of color #C8670F: hue angle of 28.54º 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 #C8670F is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 15 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.22 |
| HSL | 28.54º | 0.86% | 0.42% | - |
| HSV(B) | 28.54º | 0.93% | 0.78% | - |
| XYZ | 28.76 | 22.01 | 3.19 | - |
| YUV | 121.97 | 67.64 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 15 | 0 | 0.48 | 0.92 | 0.22 | 28.54 | 0.86 | 0.42 |
| Hex | C8 | 67 | F | 0 | 30 | 5C | 16 | 1D | 56 | 2A |
| Octal | 310 | 147 | 17 | 0 | 60 | 134 | 26 | 35 | 126 | 52 |
| Binary | 11001000 | 1100111 | 1111 | 0 | 110000 | 1011100 | 10110 | 11101 | 1010110 | 101010 |
Color Harmonies of #C8670F
Complementary color
Monochromatic Colors of #C8670F
Black with #C8670F
Text Example
Text Example
White with #C8670F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8670F; }
p { color: rgb(200,103,15); }
H1.HeaderClassName
{
color: #C8670F;
}
.AnyTagClassName
{
color: #C8670F;
}
</style>
background-color css
<style>
a { background-color: #C8670F; }
a { background-color: rgb(200,103,15); }
div.DivClassName
{
background-color: #C8670F;
}
.BgClassName
{
background-color: #C8670F;
}
</style>
border-color css
<style>
span { border-color: #C8670F; }
span { border-color: rgb(200,103,15); }
td.TdClassName
{
border-color: #C8670F;
}
.TagClassName
{
border-color: #C8670F;
}
</style>