Shades of Blush #C0495F
Tints of Blush #C0495F
RGB
CMYK
RGB Variations
Color information
#C0495F (or 0xC0495F) is known color: Blush. HEX triplet: C0, 49 and 5F. RGB value is (192,73,95). Sum of RGB (Red+Green+Blue) = 192+73+95=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C0495F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0495F is #3FB6A0. Grayscale: #6F6F6F. Windows color (decimal): -4175521 or 6244800. OLE color: 6244800.
HSL color Cylindrical-coordinate representation of color #C0495F: hue angle of 348.91º 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 #C0495F is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 95 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.25 |
| HSL | 348.91º | 0.49% | 0.52% | - |
| HSV(B) | 348.91º | 0.62% | 0.75% | - |
| XYZ | 26.19 | 16.8 | 12.69 | - |
| YUV | 111.09 | 118.92 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 95 | 0 | 0.62 | 0.51 | 0.25 | 348.91 | 0.49 | 0.52 |
| Hex | C0 | 49 | 5F | 0 | 3E | 33 | 19 | 15D | 31 | 34 |
| Octal | 300 | 111 | 137 | 0 | 76 | 63 | 31 | 535 | 61 | 64 |
| Binary | 11000000 | 1001001 | 1011111 | 0 | 111110 | 110011 | 11001 | 101011101 | 110001 | 110100 |
Color Harmonies of #C0495F
Complementary color
Monochromatic Colors of #C0495F
Black with #C0495F
Text Example
Text Example
White with #C0495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0495F; }
p { color: rgb(192,73,95); }
H1.HeaderClassName
{
color: #C0495F;
}
.AnyTagClassName
{
color: #C0495F;
}
</style>
background-color css
<style>
a { background-color: #C0495F; }
a { background-color: rgb(192,73,95); }
div.DivClassName
{
background-color: #C0495F;
}
.BgClassName
{
background-color: #C0495F;
}
</style>
border-color css
<style>
span { border-color: #C0495F; }
span { border-color: rgb(192,73,95); }
td.TdClassName
{
border-color: #C0495F;
}
.TagClassName
{
border-color: #C0495F;
}
</style>