Shades of Chocolate #C8651D
Tints of Chocolate #C8651D
RGB
CMYK
RGB Variations
Color information
#C8651D (or 0xC8651D) is known color: Chocolate. HEX triplet: C8, 65 and 1D. RGB value is (200,101,29). Sum of RGB (Red+Green+Blue) = 200+101+29=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C8651D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8651D is #379AE2. Grayscale: #7A7A7A. Windows color (decimal): -3644131 or 1926600. OLE color: 1926600.
HSL color Cylindrical-coordinate representation of color #C8651D: hue angle of 25.26º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8651D is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 29 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.22 |
| HSL | 25.26º | 0.75% | 0.45% | - |
| HSV(B) | 25.26º | 0.86% | 0.78% | - |
| XYZ | 28.69 | 21.68 | 3.83 | - |
| YUV | 122.39 | 75.3 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 29 | 0 | 0.49 | 0.86 | 0.22 | 25.26 | 0.75 | 0.45 |
| Hex | C8 | 65 | 1D | 0 | 31 | 56 | 16 | 19 | 4B | 2D |
| Octal | 310 | 145 | 35 | 0 | 61 | 126 | 26 | 31 | 113 | 55 |
| Binary | 11001000 | 1100101 | 11101 | 0 | 110001 | 1010110 | 10110 | 11001 | 1001011 | 101101 |
Color Harmonies of #C8651D
Complementary color
Monochromatic Colors of #C8651D
Black with #C8651D
Text Example
Text Example
White with #C8651D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8651D; }
p { color: rgb(200,101,29); }
H1.HeaderClassName
{
color: #C8651D;
}
.AnyTagClassName
{
color: #C8651D;
}
</style>
background-color css
<style>
a { background-color: #C8651D; }
a { background-color: rgb(200,101,29); }
div.DivClassName
{
background-color: #C8651D;
}
.BgClassName
{
background-color: #C8651D;
}
</style>
border-color css
<style>
span { border-color: #C8651D; }
span { border-color: rgb(200,101,29); }
td.TdClassName
{
border-color: #C8651D;
}
.TagClassName
{
border-color: #C8651D;
}
</style>