Shades of Chocolate #C86925
Tints of Chocolate #C86925
RGB
CMYK
RGB Variations
Color information
#C86925 (or 0xC86925) is known color: Chocolate. HEX triplet: C8, 69 and 25. RGB value is (200,105,37). Sum of RGB (Red+Green+Blue) = 200+105+37=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C86925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86925 is #3796DA. Grayscale: #7E7E7E. Windows color (decimal): -3643099 or 2451912. OLE color: 2451912.
HSL color Cylindrical-coordinate representation of color #C86925: hue angle of 25.03º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C86925 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 37 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.22 |
| HSL | 25.03º | 0.69% | 0.46% | - |
| HSV(B) | 25.03º | 0.82% | 0.78% | - |
| XYZ | 29.2 | 22.52 | 4.56 | - |
| YUV | 125.65 | 77.97 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 37 | 0 | 0.48 | 0.82 | 0.22 | 25.03 | 0.69 | 0.46 |
| Hex | C8 | 69 | 25 | 0 | 30 | 52 | 16 | 19 | 45 | 2E |
| Octal | 310 | 151 | 45 | 0 | 60 | 122 | 26 | 31 | 105 | 56 |
| Binary | 11001000 | 1101001 | 100101 | 0 | 110000 | 1010010 | 10110 | 11001 | 1000101 | 101110 |
Color Harmonies of #C86925
Complementary color
Monochromatic Colors of #C86925
Black with #C86925
Text Example
Text Example
White with #C86925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86925; }
p { color: rgb(200,105,37); }
H1.HeaderClassName
{
color: #C86925;
}
.AnyTagClassName
{
color: #C86925;
}
</style>
background-color css
<style>
a { background-color: #C86925; }
a { background-color: rgb(200,105,37); }
div.DivClassName
{
background-color: #C86925;
}
.BgClassName
{
background-color: #C86925;
}
</style>
border-color css
<style>
span { border-color: #C86925; }
span { border-color: rgb(200,105,37); }
td.TdClassName
{
border-color: #C86925;
}
.TagClassName
{
border-color: #C86925;
}
</style>