Shades of Blush #C03D60
Tints of Blush #C03D60
RGB
CMYK
RGB Variations
Color information
#C03D60 (or 0xC03D60) is known color: Blush. HEX triplet: C0, 3D and 60. RGB value is (192,61,96). Sum of RGB (Red+Green+Blue) = 192+61+96=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03D60 is #3FC29F. Grayscale: #686868. Windows color (decimal): -4178592 or 6307264. OLE color: 6307264.
HSL color Cylindrical-coordinate representation of color #C03D60: hue angle of 343.97º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03D60 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 96 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.25 |
| HSL | 343.97º | 0.52% | 0.5% | - |
| HSV(B) | 343.97º | 0.68% | 0.75% | - |
| XYZ | 25.52 | 15.39 | 12.69 | - |
| YUV | 104.16 | 123.4 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 96 | 0 | 0.68 | 0.50 | 0.25 | 343.97 | 0.52 | 0.5 |
| Hex | C0 | 3D | 60 | 0 | 44 | 32 | 19 | 158 | 34 | 32 |
| Octal | 300 | 75 | 140 | 0 | 104 | 62 | 31 | 530 | 64 | 62 |
| Binary | 11000000 | 111101 | 1100000 | 0 | 1000100 | 110010 | 11001 | 101011000 | 110100 | 110010 |
Color Harmonies of #C03D60
Complementary color
Monochromatic Colors of #C03D60
Black with #C03D60
Text Example
Text Example
White with #C03D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D60; }
p { color: rgb(192,61,96); }
H1.HeaderClassName
{
color: #C03D60;
}
.AnyTagClassName
{
color: #C03D60;
}
</style>
background-color css
<style>
a { background-color: #C03D60; }
a { background-color: rgb(192,61,96); }
div.DivClassName
{
background-color: #C03D60;
}
.BgClassName
{
background-color: #C03D60;
}
</style>
border-color css
<style>
span { border-color: #C03D60; }
span { border-color: rgb(192,61,96); }
td.TdClassName
{
border-color: #C03D60;
}
.TagClassName
{
border-color: #C03D60;
}
</style>