Shades of Sunset #C04D4B
Tints of Sunset #C04D4B
RGB
CMYK
RGB Variations
Color information
#C04D4B (or 0xC04D4B) is known color: Sunset. HEX triplet: C0, 4D and 4B. RGB value is (192,77,75). Sum of RGB (Red+Green+Blue) = 192+77+75=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04D4B is #3FB2B4. Grayscale: #6F6F6F. Windows color (decimal): -4174517 or 4935104. OLE color: 4935104.
HSL color Cylindrical-coordinate representation of color #C04D4B: hue angle of 1.03º 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 #C04D4B is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 75 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.25 |
| HSL | 1.03º | 0.48% | 0.52% | - |
| HSV(B) | 1.03º | 0.61% | 0.75% | - |
| XYZ | 25.66 | 17.02 | 8.59 | - |
| YUV | 111.16 | 107.6 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 75 | 0 | 0.60 | 0.61 | 0.25 | 1.03 | 0.48 | 0.52 |
| Hex | C0 | 4D | 4B | 0 | 3C | 3D | 19 | 1 | 30 | 34 |
| Octal | 300 | 115 | 113 | 0 | 74 | 75 | 31 | 1 | 60 | 64 |
| Binary | 11000000 | 1001101 | 1001011 | 0 | 111100 | 111101 | 11001 | 1 | 110000 | 110100 |
Color Harmonies of #C04D4B
Complementary color
Monochromatic Colors of #C04D4B
Black with #C04D4B
Text Example
Text Example
White with #C04D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D4B; }
p { color: rgb(192,77,75); }
H1.HeaderClassName
{
color: #C04D4B;
}
.AnyTagClassName
{
color: #C04D4B;
}
</style>
background-color css
<style>
a { background-color: #C04D4B; }
a { background-color: rgb(192,77,75); }
div.DivClassName
{
background-color: #C04D4B;
}
.BgClassName
{
background-color: #C04D4B;
}
</style>
border-color css
<style>
span { border-color: #C04D4B; }
span { border-color: rgb(192,77,75); }
td.TdClassName
{
border-color: #C04D4B;
}
.TagClassName
{
border-color: #C04D4B;
}
</style>