Shades of Blush #C04D68
Tints of Blush #C04D68
RGB
CMYK
RGB Variations
Color information
#C04D68 (or 0xC04D68) is known color: Blush. HEX triplet: C0, 4D and 68. RGB value is (192,77,104). Sum of RGB (Red+Green+Blue) = 192+77+104=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D68 is #3FB297. Grayscale: #727272. Windows color (decimal): -4174488 or 6835648. OLE color: 6835648.
HSL color Cylindrical-coordinate representation of color #C04D68: hue angle of 345.91º 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 #C04D68 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 104 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.25 |
| HSL | 345.91º | 0.48% | 0.53% | - |
| HSV(B) | 345.91º | 0.6% | 0.75% | - |
| XYZ | 26.89 | 17.51 | 15.06 | - |
| YUV | 114.46 | 122.1 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 104 | 0 | 0.60 | 0.46 | 0.25 | 345.91 | 0.48 | 0.53 |
| Hex | C0 | 4D | 68 | 0 | 3C | 2E | 19 | 15A | 30 | 35 |
| Octal | 300 | 115 | 150 | 0 | 74 | 56 | 31 | 532 | 60 | 65 |
| Binary | 11000000 | 1001101 | 1101000 | 0 | 111100 | 101110 | 11001 | 101011010 | 110000 | 110101 |
Color Harmonies of #C04D68
Complementary color
Monochromatic Colors of #C04D68
Black with #C04D68
Text Example
Text Example
White with #C04D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D68; }
p { color: rgb(192,77,104); }
H1.HeaderClassName
{
color: #C04D68;
}
.AnyTagClassName
{
color: #C04D68;
}
</style>
background-color css
<style>
a { background-color: #C04D68; }
a { background-color: rgb(192,77,104); }
div.DivClassName
{
background-color: #C04D68;
}
.BgClassName
{
background-color: #C04D68;
}
</style>
border-color css
<style>
span { border-color: #C04D68; }
span { border-color: rgb(192,77,104); }
td.TdClassName
{
border-color: #C04D68;
}
.TagClassName
{
border-color: #C04D68;
}
</style>