Shades of Sunset #C04A46
Tints of Sunset #C04A46
RGB
CMYK
RGB Variations
Color information
#C04A46 (or 0xC04A46) is known color: Sunset. HEX triplet: C0, 4A and 46. RGB value is (192,74,70). Sum of RGB (Red+Green+Blue) = 192+74+70=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04A46 is #3FB5B9. Grayscale: #6C6C6C. Windows color (decimal): -4175290 or 4606656. OLE color: 4606656.
HSL color Cylindrical-coordinate representation of color #C04A46: hue angle of 1.97º 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 #C04A46 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 70 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.25 |
| HSL | 1.97º | 0.49% | 0.51% | - |
| HSV(B) | 1.97º | 0.64% | 0.75% | - |
| XYZ | 25.29 | 16.55 | 7.66 | - |
| YUV | 108.83 | 106.09 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 70 | 0 | 0.61 | 0.64 | 0.25 | 1.97 | 0.49 | 0.51 |
| Hex | C0 | 4A | 46 | 0 | 3D | 40 | 19 | 2 | 31 | 33 |
| Octal | 300 | 112 | 106 | 0 | 75 | 100 | 31 | 2 | 61 | 63 |
| Binary | 11000000 | 1001010 | 1000110 | 0 | 111101 | 1000000 | 11001 | 10 | 110001 | 110011 |
Color Harmonies of #C04A46
Complementary color
Monochromatic Colors of #C04A46
Black with #C04A46
Text Example
Text Example
White with #C04A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A46; }
p { color: rgb(192,74,70); }
H1.HeaderClassName
{
color: #C04A46;
}
.AnyTagClassName
{
color: #C04A46;
}
</style>
background-color css
<style>
a { background-color: #C04A46; }
a { background-color: rgb(192,74,70); }
div.DivClassName
{
background-color: #C04A46;
}
.BgClassName
{
background-color: #C04A46;
}
</style>
border-color css
<style>
span { border-color: #C04A46; }
span { border-color: rgb(192,74,70); }
td.TdClassName
{
border-color: #C04A46;
}
.TagClassName
{
border-color: #C04A46;
}
</style>