Shades of Sunset #C04C46
Tints of Sunset #C04C46
RGB
CMYK
RGB Variations
Color information
#C04C46 (or 0xC04C46) is known color: Sunset. HEX triplet: C0, 4C and 46. RGB value is (192,76,70). Sum of RGB (Red+Green+Blue) = 192+76+70=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04C46 is #3FB3B9. Grayscale: #6E6E6E. Windows color (decimal): -4174778 or 4607168. OLE color: 4607168.
HSL color Cylindrical-coordinate representation of color #C04C46: hue angle of 2.95º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04C46 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 70 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.25 |
| HSL | 2.95º | 0.49% | 0.51% | - |
| HSV(B) | 2.95º | 0.64% | 0.75% | - |
| XYZ | 25.43 | 16.82 | 7.7 | - |
| YUV | 110 | 105.43 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 70 | 0 | 0.60 | 0.64 | 0.25 | 2.95 | 0.49 | 0.51 |
| Hex | C0 | 4C | 46 | 0 | 3C | 40 | 19 | 3 | 31 | 33 |
| Octal | 300 | 114 | 106 | 0 | 74 | 100 | 31 | 3 | 61 | 63 |
| Binary | 11000000 | 1001100 | 1000110 | 0 | 111100 | 1000000 | 11001 | 11 | 110001 | 110011 |
Color Harmonies of #C04C46
Complementary color
Monochromatic Colors of #C04C46
Black with #C04C46
Text Example
Text Example
White with #C04C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C46; }
p { color: rgb(192,76,70); }
H1.HeaderClassName
{
color: #C04C46;
}
.AnyTagClassName
{
color: #C04C46;
}
</style>
background-color css
<style>
a { background-color: #C04C46; }
a { background-color: rgb(192,76,70); }
div.DivClassName
{
background-color: #C04C46;
}
.BgClassName
{
background-color: #C04C46;
}
</style>
border-color css
<style>
span { border-color: #C04C46; }
span { border-color: rgb(192,76,70); }
td.TdClassName
{
border-color: #C04C46;
}
.TagClassName
{
border-color: #C04C46;
}
</style>