Shades of Chestnut #C04944
Tints of Chestnut #C04944
RGB
CMYK
RGB Variations
Color information
#C04944 (or 0xC04944) is known color: Chestnut. HEX triplet: C0, 49 and 44. RGB value is (192,73,68). Sum of RGB (Red+Green+Blue) = 192+73+68=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C04944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04944 is #3FB6BB. Grayscale: #6C6C6C. Windows color (decimal): -4175548 or 4475328. OLE color: 4475328.
HSL color Cylindrical-coordinate representation of color #C04944: hue angle of 2.42º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04944 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 68 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.25 |
| HSL | 2.42º | 0.5% | 0.51% | - |
| HSV(B) | 2.42º | 0.65% | 0.75% | - |
| XYZ | 25.16 | 16.39 | 7.31 | - |
| YUV | 108.01 | 105.42 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 68 | 0 | 0.62 | 0.65 | 0.25 | 2.42 | 0.5 | 0.51 |
| Hex | C0 | 49 | 44 | 0 | 3E | 41 | 19 | 2 | 32 | 33 |
| Octal | 300 | 111 | 104 | 0 | 76 | 101 | 31 | 2 | 62 | 63 |
| Binary | 11000000 | 1001001 | 1000100 | 0 | 111110 | 1000001 | 11001 | 10 | 110010 | 110011 |
Color Harmonies of #C04944
Complementary color
Monochromatic Colors of #C04944
Black with #C04944
Text Example
Text Example
White with #C04944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04944; }
p { color: rgb(192,73,68); }
H1.HeaderClassName
{
color: #C04944;
}
.AnyTagClassName
{
color: #C04944;
}
</style>
background-color css
<style>
a { background-color: #C04944; }
a { background-color: rgb(192,73,68); }
div.DivClassName
{
background-color: #C04944;
}
.BgClassName
{
background-color: #C04944;
}
</style>
border-color css
<style>
span { border-color: #C04944; }
span { border-color: rgb(192,73,68); }
td.TdClassName
{
border-color: #C04944;
}
.TagClassName
{
border-color: #C04944;
}
</style>