Shades of Sunset #C04C49
Tints of Sunset #C04C49
RGB
CMYK
RGB Variations
Color information
#C04C49 (or 0xC04C49) is known color: Sunset. HEX triplet: C0, 4C and 49. RGB value is (192,76,73). Sum of RGB (Red+Green+Blue) = 192+76+73=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04C49 is #3FB3B6. Grayscale: #6E6E6E. Windows color (decimal): -4174775 or 4803776. OLE color: 4803776.
HSL color Cylindrical-coordinate representation of color #C04C49: hue angle of 1.51º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04C49 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 73 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.25 |
| HSL | 1.51º | 0.49% | 0.52% | - |
| HSV(B) | 1.51º | 0.62% | 0.75% | - |
| XYZ | 25.53 | 16.86 | 8.21 | - |
| YUV | 110.34 | 106.93 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 73 | 0 | 0.60 | 0.62 | 0.25 | 1.51 | 0.49 | 0.52 |
| Hex | C0 | 4C | 49 | 0 | 3C | 3E | 19 | 2 | 31 | 34 |
| Octal | 300 | 114 | 111 | 0 | 74 | 76 | 31 | 2 | 61 | 64 |
| Binary | 11000000 | 1001100 | 1001001 | 0 | 111100 | 111110 | 11001 | 10 | 110001 | 110100 |
Color Harmonies of #C04C49
Complementary color
Monochromatic Colors of #C04C49
Black with #C04C49
Text Example
Text Example
White with #C04C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C49; }
p { color: rgb(192,76,73); }
H1.HeaderClassName
{
color: #C04C49;
}
.AnyTagClassName
{
color: #C04C49;
}
</style>
background-color css
<style>
a { background-color: #C04C49; }
a { background-color: rgb(192,76,73); }
div.DivClassName
{
background-color: #C04C49;
}
.BgClassName
{
background-color: #C04C49;
}
</style>
border-color css
<style>
span { border-color: #C04C49; }
span { border-color: rgb(192,76,73); }
td.TdClassName
{
border-color: #C04C49;
}
.TagClassName
{
border-color: #C04C49;
}
</style>