Shades of Blush #C04C62
Tints of Blush #C04C62
RGB
CMYK
RGB Variations
Color information
#C04C62 (or 0xC04C62) is known color: Blush. HEX triplet: C0, 4C and 62. RGB value is (192,76,98). Sum of RGB (Red+Green+Blue) = 192+76+98=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C62 is #3FB39D. Grayscale: #717171. Windows color (decimal): -4174750 or 6442176. OLE color: 6442176.
HSL color Cylindrical-coordinate representation of color #C04C62: hue angle of 348.62º 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 #C04C62 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 98 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.25 |
| HSL | 348.62º | 0.48% | 0.53% | - |
| HSV(B) | 348.62º | 0.6% | 0.75% | - |
| XYZ | 26.53 | 17.26 | 13.49 | - |
| YUV | 113.19 | 119.43 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 98 | 0 | 0.60 | 0.49 | 0.25 | 348.62 | 0.48 | 0.53 |
| Hex | C0 | 4C | 62 | 0 | 3C | 31 | 19 | 15D | 30 | 35 |
| Octal | 300 | 114 | 142 | 0 | 74 | 61 | 31 | 535 | 60 | 65 |
| Binary | 11000000 | 1001100 | 1100010 | 0 | 111100 | 110001 | 11001 | 101011101 | 110000 | 110101 |
Color Harmonies of #C04C62
Complementary color
Monochromatic Colors of #C04C62
Black with #C04C62
Text Example
Text Example
White with #C04C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C62; }
p { color: rgb(192,76,98); }
H1.HeaderClassName
{
color: #C04C62;
}
.AnyTagClassName
{
color: #C04C62;
}
</style>
background-color css
<style>
a { background-color: #C04C62; }
a { background-color: rgb(192,76,98); }
div.DivClassName
{
background-color: #C04C62;
}
.BgClassName
{
background-color: #C04C62;
}
</style>
border-color css
<style>
span { border-color: #C04C62; }
span { border-color: rgb(192,76,98); }
td.TdClassName
{
border-color: #C04C62;
}
.TagClassName
{
border-color: #C04C62;
}
</style>