Shades of Chocolate #C8681B
Tints of Chocolate #C8681B
RGB
CMYK
RGB Variations
Color information
#C8681B (or 0xC8681B) is known color: Chocolate. HEX triplet: C8, 68 and 1B. RGB value is (200,104,27). Sum of RGB (Red+Green+Blue) = 200+104+27=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8681B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8681B is #3797E4. Grayscale: #7C7C7C. Windows color (decimal): -3643365 or 1796296. OLE color: 1796296.
HSL color Cylindrical-coordinate representation of color #C8681B: hue angle of 26.71º 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 #C8681B is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 27 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.22 |
| HSL | 26.71º | 0.76% | 0.45% | - |
| HSV(B) | 26.71º | 0.87% | 0.78% | - |
| XYZ | 28.97 | 22.26 | 3.81 | - |
| YUV | 123.93 | 73.3 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 27 | 0 | 0.48 | 0.86 | 0.22 | 26.71 | 0.76 | 0.45 |
| Hex | C8 | 68 | 1B | 0 | 30 | 56 | 16 | 1B | 4C | 2D |
| Octal | 310 | 150 | 33 | 0 | 60 | 126 | 26 | 33 | 114 | 55 |
| Binary | 11001000 | 1101000 | 11011 | 0 | 110000 | 1010110 | 10110 | 11011 | 1001100 | 101101 |
Color Harmonies of #C8681B
Complementary color
Monochromatic Colors of #C8681B
Black with #C8681B
Text Example
Text Example
White with #C8681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8681B; }
p { color: rgb(200,104,27); }
H1.HeaderClassName
{
color: #C8681B;
}
.AnyTagClassName
{
color: #C8681B;
}
</style>
background-color css
<style>
a { background-color: #C8681B; }
a { background-color: rgb(200,104,27); }
div.DivClassName
{
background-color: #C8681B;
}
.BgClassName
{
background-color: #C8681B;
}
</style>
border-color css
<style>
span { border-color: #C8681B; }
span { border-color: rgb(200,104,27); }
td.TdClassName
{
border-color: #C8681B;
}
.TagClassName
{
border-color: #C8681B;
}
</style>