Shades of Chocolate #C65C1C
Tints of Chocolate #C65C1C
RGB
CMYK
RGB Variations
Color information
#C65C1C (or 0xC65C1C) is known color: Chocolate. HEX triplet: C6, 5C and 1C. RGB value is (198,92,28). Sum of RGB (Red+Green+Blue) = 198+92+28=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65C1C is #39A3E3. Grayscale: #747474. Windows color (decimal): -3777508 or 1858758. OLE color: 1858758.
HSL color Cylindrical-coordinate representation of color #C65C1C: hue angle of 22.59º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C65C1C is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 28 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.22 |
| HSL | 22.59º | 0.75% | 0.44% | - |
| HSV(B) | 22.59º | 0.86% | 0.78% | - |
| XYZ | 27.33 | 19.74 | 3.47 | - |
| YUV | 116.4 | 78.12 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 28 | 0 | 0.54 | 0.86 | 0.22 | 22.59 | 0.75 | 0.44 |
| Hex | C6 | 5C | 1C | 0 | 36 | 56 | 16 | 17 | 4B | 2C |
| Octal | 306 | 134 | 34 | 0 | 66 | 126 | 26 | 27 | 113 | 54 |
| Binary | 11000110 | 1011100 | 11100 | 0 | 110110 | 1010110 | 10110 | 10111 | 1001011 | 101100 |
Color Harmonies of #C65C1C
Complementary color
Monochromatic Colors of #C65C1C
Black with #C65C1C
Text Example
Text Example
White with #C65C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C1C; }
p { color: rgb(198,92,28); }
H1.HeaderClassName
{
color: #C65C1C;
}
.AnyTagClassName
{
color: #C65C1C;
}
</style>
background-color css
<style>
a { background-color: #C65C1C; }
a { background-color: rgb(198,92,28); }
div.DivClassName
{
background-color: #C65C1C;
}
.BgClassName
{
background-color: #C65C1C;
}
</style>
border-color css
<style>
span { border-color: #C65C1C; }
span { border-color: rgb(198,92,28); }
td.TdClassName
{
border-color: #C65C1C;
}
.TagClassName
{
border-color: #C65C1C;
}
</style>