Shades of Chocolate #C8670D
Tints of Chocolate #C8670D
RGB
CMYK
RGB Variations
Color information
#C8670D (or 0xC8670D) is known color: Chocolate. HEX triplet: C8, 67 and 0D. RGB value is (200,103,13). Sum of RGB (Red+Green+Blue) = 200+103+13=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C8670D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8670D is #3798F2. Grayscale: #7A7A7A. Windows color (decimal): -3643635 or 878536. OLE color: 878536.
HSL color Cylindrical-coordinate representation of color #C8670D: hue angle of 28.88º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8670D is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 13 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.22 |
| HSL | 28.88º | 0.88% | 0.42% | - |
| HSV(B) | 28.88º | 0.94% | 0.78% | - |
| XYZ | 28.74 | 22.01 | 3.11 | - |
| YUV | 121.74 | 66.64 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 13 | 0 | 0.48 | 0.94 | 0.22 | 28.88 | 0.88 | 0.42 |
| Hex | C8 | 67 | D | 0 | 30 | 5E | 16 | 1D | 58 | 2A |
| Octal | 310 | 147 | 15 | 0 | 60 | 136 | 26 | 35 | 130 | 52 |
| Binary | 11001000 | 1100111 | 1101 | 0 | 110000 | 1011110 | 10110 | 11101 | 1011000 | 101010 |
Color Harmonies of #C8670D
Complementary color
Monochromatic Colors of #C8670D
Black with #C8670D
Text Example
Text Example
White with #C8670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8670D; }
p { color: rgb(200,103,13); }
H1.HeaderClassName
{
color: #C8670D;
}
.AnyTagClassName
{
color: #C8670D;
}
</style>
background-color css
<style>
a { background-color: #C8670D; }
a { background-color: rgb(200,103,13); }
div.DivClassName
{
background-color: #C8670D;
}
.BgClassName
{
background-color: #C8670D;
}
</style>
border-color css
<style>
span { border-color: #C8670D; }
span { border-color: rgb(200,103,13); }
td.TdClassName
{
border-color: #C8670D;
}
.TagClassName
{
border-color: #C8670D;
}
</style>