Shades of Sunset #C04E4B
Tints of Sunset #C04E4B
RGB
CMYK
RGB Variations
Color information
#C04E4B (or 0xC04E4B) is known color: Sunset. HEX triplet: C0, 4E and 4B. RGB value is (192,78,75). Sum of RGB (Red+Green+Blue) = 192+78+75=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04E4B is #3FB1B4. Grayscale: #6F6F6F. Windows color (decimal): -4174261 or 4935360. OLE color: 4935360.
HSL color Cylindrical-coordinate representation of color #C04E4B: hue angle of 1.54º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04E4B is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 75 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.25 |
| HSL | 1.54º | 0.48% | 0.52% | - |
| HSV(B) | 1.54º | 0.61% | 0.75% | - |
| XYZ | 25.73 | 17.16 | 8.61 | - |
| YUV | 111.74 | 107.27 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 75 | 0 | 0.59 | 0.61 | 0.25 | 1.54 | 0.48 | 0.52 |
| Hex | C0 | 4E | 4B | 0 | 3B | 3D | 19 | 2 | 30 | 34 |
| Octal | 300 | 116 | 113 | 0 | 73 | 75 | 31 | 2 | 60 | 64 |
| Binary | 11000000 | 1001110 | 1001011 | 0 | 111011 | 111101 | 11001 | 10 | 110000 | 110100 |
Color Harmonies of #C04E4B
Complementary color
Monochromatic Colors of #C04E4B
Black with #C04E4B
Text Example
Text Example
White with #C04E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E4B; }
p { color: rgb(192,78,75); }
H1.HeaderClassName
{
color: #C04E4B;
}
.AnyTagClassName
{
color: #C04E4B;
}
</style>
background-color css
<style>
a { background-color: #C04E4B; }
a { background-color: rgb(192,78,75); }
div.DivClassName
{
background-color: #C04E4B;
}
.BgClassName
{
background-color: #C04E4B;
}
</style>
border-color css
<style>
span { border-color: #C04E4B; }
span { border-color: rgb(192,78,75); }
td.TdClassName
{
border-color: #C04E4B;
}
.TagClassName
{
border-color: #C04E4B;
}
</style>