Shades of Blush #C04464
Tints of Blush #C04464
RGB
CMYK
RGB Variations
Color information
#C04464 (or 0xC04464) is known color: Blush. HEX triplet: C0, 44 and 64. RGB value is (192,68,100). Sum of RGB (Red+Green+Blue) = 192+68+100=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C04464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04464 is #3FBB9B. Grayscale: #6C6C6C. Windows color (decimal): -4176796 or 6571200. OLE color: 6571200.
HSL color Cylindrical-coordinate representation of color #C04464: hue angle of 344.52º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04464 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 100 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.25 |
| HSL | 344.52º | 0.5% | 0.51% | - |
| HSV(B) | 344.52º | 0.65% | 0.75% | - |
| XYZ | 26.11 | 16.26 | 13.82 | - |
| YUV | 108.72 | 123.08 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 100 | 0 | 0.65 | 0.48 | 0.25 | 344.52 | 0.5 | 0.51 |
| Hex | C0 | 44 | 64 | 0 | 41 | 30 | 19 | 159 | 32 | 33 |
| Octal | 300 | 104 | 144 | 0 | 101 | 60 | 31 | 531 | 62 | 63 |
| Binary | 11000000 | 1000100 | 1100100 | 0 | 1000001 | 110000 | 11001 | 101011001 | 110010 | 110011 |
Color Harmonies of #C04464
Complementary color
Monochromatic Colors of #C04464
Black with #C04464
Text Example
Text Example
White with #C04464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04464; }
p { color: rgb(192,68,100); }
H1.HeaderClassName
{
color: #C04464;
}
.AnyTagClassName
{
color: #C04464;
}
</style>
background-color css
<style>
a { background-color: #C04464; }
a { background-color: rgb(192,68,100); }
div.DivClassName
{
background-color: #C04464;
}
.BgClassName
{
background-color: #C04464;
}
</style>
border-color css
<style>
span { border-color: #C04464; }
span { border-color: rgb(192,68,100); }
td.TdClassName
{
border-color: #C04464;
}
.TagClassName
{
border-color: #C04464;
}
</style>