Shades of Chocolate #C8651B
Tints of Chocolate #C8651B
RGB
CMYK
RGB Variations
Color information
#C8651B (or 0xC8651B) is known color: Chocolate. HEX triplet: C8, 65 and 1B. RGB value is (200,101,27). Sum of RGB (Red+Green+Blue) = 200+101+27=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C8651B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8651B is #379AE4. Grayscale: #7A7A7A. Windows color (decimal): -3644133 or 1795528. OLE color: 1795528.
HSL color Cylindrical-coordinate representation of color #C8651B: hue angle of 25.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8651B is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 27 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.22 |
| HSL | 25.66º | 0.76% | 0.45% | - |
| HSV(B) | 25.66º | 0.87% | 0.78% | - |
| XYZ | 28.67 | 21.67 | 3.71 | - |
| YUV | 122.17 | 74.3 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 27 | 0 | 0.49 | 0.86 | 0.22 | 25.66 | 0.76 | 0.45 |
| Hex | C8 | 65 | 1B | 0 | 31 | 56 | 16 | 1A | 4C | 2D |
| Octal | 310 | 145 | 33 | 0 | 61 | 126 | 26 | 32 | 114 | 55 |
| Binary | 11001000 | 1100101 | 11011 | 0 | 110001 | 1010110 | 10110 | 11010 | 1001100 | 101101 |
Color Harmonies of #C8651B
Complementary color
Monochromatic Colors of #C8651B
Black with #C8651B
Text Example
Text Example
White with #C8651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8651B; }
p { color: rgb(200,101,27); }
H1.HeaderClassName
{
color: #C8651B;
}
.AnyTagClassName
{
color: #C8651B;
}
</style>
background-color css
<style>
a { background-color: #C8651B; }
a { background-color: rgb(200,101,27); }
div.DivClassName
{
background-color: #C8651B;
}
.BgClassName
{
background-color: #C8651B;
}
</style>
border-color css
<style>
span { border-color: #C8651B; }
span { border-color: rgb(200,101,27); }
td.TdClassName
{
border-color: #C8651B;
}
.TagClassName
{
border-color: #C8651B;
}
</style>