Shades of Blush #C04964
Tints of Blush #C04964
RGB
CMYK
RGB Variations
Color information
#C04964 (or 0xC04964) is known color: Blush. HEX triplet: C0, 49 and 64. RGB value is (192,73,100). Sum of RGB (Red+Green+Blue) = 192+73+100=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C04964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04964 is #3FB69B. Grayscale: #6F6F6F. Windows color (decimal): -4175516 or 6572480. OLE color: 6572480.
HSL color Cylindrical-coordinate representation of color #C04964: hue angle of 346.39º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04964 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 100 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.25 |
| HSL | 346.39º | 0.49% | 0.52% | - |
| HSV(B) | 346.39º | 0.62% | 0.75% | - |
| XYZ | 26.42 | 16.89 | 13.92 | - |
| YUV | 111.66 | 121.42 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 100 | 0 | 0.62 | 0.48 | 0.25 | 346.39 | 0.49 | 0.52 |
| Hex | C0 | 49 | 64 | 0 | 3E | 30 | 19 | 15A | 31 | 34 |
| Octal | 300 | 111 | 144 | 0 | 76 | 60 | 31 | 532 | 61 | 64 |
| Binary | 11000000 | 1001001 | 1100100 | 0 | 111110 | 110000 | 11001 | 101011010 | 110001 | 110100 |
Color Harmonies of #C04964
Complementary color
Monochromatic Colors of #C04964
Black with #C04964
Text Example
Text Example
White with #C04964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04964; }
p { color: rgb(192,73,100); }
H1.HeaderClassName
{
color: #C04964;
}
.AnyTagClassName
{
color: #C04964;
}
</style>
background-color css
<style>
a { background-color: #C04964; }
a { background-color: rgb(192,73,100); }
div.DivClassName
{
background-color: #C04964;
}
.BgClassName
{
background-color: #C04964;
}
</style>
border-color css
<style>
span { border-color: #C04964; }
span { border-color: rgb(192,73,100); }
td.TdClassName
{
border-color: #C04964;
}
.TagClassName
{
border-color: #C04964;
}
</style>