Shades of Sunset #C04948
Tints of Sunset #C04948
RGB
CMYK
RGB Variations
Color information
#C04948 (or 0xC04948) is known color: Sunset. HEX triplet: C0, 49 and 48. RGB value is (192,73,72). Sum of RGB (Red+Green+Blue) = 192+73+72=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C04948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04948 is #3FB6B7. Grayscale: #6C6C6C. Windows color (decimal): -4175544 or 4737472. OLE color: 4737472.
HSL color Cylindrical-coordinate representation of color #C04948: hue angle of 0.5º 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 #C04948 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 72 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.25 |
| HSL | 0.5º | 0.49% | 0.52% | - |
| HSV(B) | 0.5º | 0.63% | 0.75% | - |
| XYZ | 25.29 | 16.44 | 7.97 | - |
| YUV | 108.47 | 107.42 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 72 | 0 | 0.62 | 0.63 | 0.25 | 0.5 | 0.49 | 0.52 |
| Hex | C0 | 49 | 48 | 0 | 3E | 3F | 19 | 0 | 31 | 34 |
| Octal | 300 | 111 | 110 | 0 | 76 | 77 | 31 | 0 | 61 | 64 |
| Binary | 11000000 | 1001001 | 1001000 | 0 | 111110 | 111111 | 11001 | 0 | 110001 | 110100 |
Color Harmonies of #C04948
Complementary color
Monochromatic Colors of #C04948
Black with #C04948
Text Example
Text Example
White with #C04948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04948; }
p { color: rgb(192,73,72); }
H1.HeaderClassName
{
color: #C04948;
}
.AnyTagClassName
{
color: #C04948;
}
</style>
background-color css
<style>
a { background-color: #C04948; }
a { background-color: rgb(192,73,72); }
div.DivClassName
{
background-color: #C04948;
}
.BgClassName
{
background-color: #C04948;
}
</style>
border-color css
<style>
span { border-color: #C04948; }
span { border-color: rgb(192,73,72); }
td.TdClassName
{
border-color: #C04948;
}
.TagClassName
{
border-color: #C04948;
}
</style>