Shades of Blush #C04C68
Tints of Blush #C04C68
RGB
CMYK
RGB Variations
Color information
#C04C68 (or 0xC04C68) is known color: Blush. HEX triplet: C0, 4C and 68. RGB value is (192,76,104). Sum of RGB (Red+Green+Blue) = 192+76+104=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C68 is #3FB397. Grayscale: #717171. Windows color (decimal): -4174744 or 6835392. OLE color: 6835392.
HSL color Cylindrical-coordinate representation of color #C04C68: hue angle of 345.52º 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 #C04C68 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 104 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.25 |
| HSL | 345.52º | 0.48% | 0.53% | - |
| HSV(B) | 345.52º | 0.6% | 0.75% | - |
| XYZ | 26.82 | 17.37 | 15.04 | - |
| YUV | 113.88 | 122.43 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 104 | 0 | 0.60 | 0.46 | 0.25 | 345.52 | 0.48 | 0.53 |
| Hex | C0 | 4C | 68 | 0 | 3C | 2E | 19 | 15A | 30 | 35 |
| Octal | 300 | 114 | 150 | 0 | 74 | 56 | 31 | 532 | 60 | 65 |
| Binary | 11000000 | 1001100 | 1101000 | 0 | 111100 | 101110 | 11001 | 101011010 | 110000 | 110101 |
Color Harmonies of #C04C68
Complementary color
Monochromatic Colors of #C04C68
Black with #C04C68
Text Example
Text Example
White with #C04C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C68; }
p { color: rgb(192,76,104); }
H1.HeaderClassName
{
color: #C04C68;
}
.AnyTagClassName
{
color: #C04C68;
}
</style>
background-color css
<style>
a { background-color: #C04C68; }
a { background-color: rgb(192,76,104); }
div.DivClassName
{
background-color: #C04C68;
}
.BgClassName
{
background-color: #C04C68;
}
</style>
border-color css
<style>
span { border-color: #C04C68; }
span { border-color: rgb(192,76,104); }
td.TdClassName
{
border-color: #C04C68;
}
.TagClassName
{
border-color: #C04C68;
}
</style>