Shades of Blush #C04C5F
Tints of Blush #C04C5F
RGB
CMYK
RGB Variations
Color information
#C04C5F (or 0xC04C5F) is known color: Blush. HEX triplet: C0, 4C and 5F. RGB value is (192,76,95). Sum of RGB (Red+Green+Blue) = 192+76+95=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C5F is #3FB3A0. Grayscale: #707070. Windows color (decimal): -4174753 or 6245568. OLE color: 6245568.
HSL color Cylindrical-coordinate representation of color #C04C5F: hue angle of 350.17º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04C5F is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 95 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.25 |
| HSL | 350.17º | 0.48% | 0.53% | - |
| HSV(B) | 350.17º | 0.6% | 0.75% | - |
| XYZ | 26.39 | 17.2 | 12.76 | - |
| YUV | 112.85 | 117.93 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 95 | 0 | 0.60 | 0.51 | 0.25 | 350.17 | 0.48 | 0.53 |
| Hex | C0 | 4C | 5F | 0 | 3C | 33 | 19 | 15E | 30 | 35 |
| Octal | 300 | 114 | 137 | 0 | 74 | 63 | 31 | 536 | 60 | 65 |
| Binary | 11000000 | 1001100 | 1011111 | 0 | 111100 | 110011 | 11001 | 101011110 | 110000 | 110101 |
Color Harmonies of #C04C5F
Complementary color
Monochromatic Colors of #C04C5F
Black with #C04C5F
Text Example
Text Example
White with #C04C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C5F; }
p { color: rgb(192,76,95); }
H1.HeaderClassName
{
color: #C04C5F;
}
.AnyTagClassName
{
color: #C04C5F;
}
</style>
background-color css
<style>
a { background-color: #C04C5F; }
a { background-color: rgb(192,76,95); }
div.DivClassName
{
background-color: #C04C5F;
}
.BgClassName
{
background-color: #C04C5F;
}
</style>
border-color css
<style>
span { border-color: #C04C5F; }
span { border-color: rgb(192,76,95); }
td.TdClassName
{
border-color: #C04C5F;
}
.TagClassName
{
border-color: #C04C5F;
}
</style>