Shades of Blush #C34060
Tints of Blush #C34060
RGB
CMYK
RGB Variations
Color information
#C34060 (or 0xC34060) is known color: Blush. HEX triplet: C3, 40 and 60. RGB value is (195,64,96). Sum of RGB (Red+Green+Blue) = 195+64+96=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C34060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34060 is #3CBF9F. Grayscale: #6A6A6A. Windows color (decimal): -3981216 or 6308035. OLE color: 6308035.
HSL color Cylindrical-coordinate representation of color #C34060: hue angle of 345.34º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34060 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 96 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.24 |
| HSL | 345.34º | 0.52% | 0.51% | - |
| HSV(B) | 345.34º | 0.67% | 0.76% | - |
| XYZ | 26.45 | 16.11 | 12.78 | - |
| YUV | 106.82 | 121.9 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 96 | 0 | 0.67 | 0.51 | 0.24 | 345.34 | 0.52 | 0.51 |
| Hex | C3 | 40 | 60 | 0 | 43 | 33 | 18 | 159 | 34 | 33 |
| Octal | 303 | 100 | 140 | 0 | 103 | 63 | 30 | 531 | 64 | 63 |
| Binary | 11000011 | 1000000 | 1100000 | 0 | 1000011 | 110011 | 11000 | 101011001 | 110100 | 110011 |
Color Harmonies of #C34060
Complementary color
Monochromatic Colors of #C34060
Black with #C34060
Text Example
Text Example
White with #C34060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34060; }
p { color: rgb(195,64,96); }
H1.HeaderClassName
{
color: #C34060;
}
.AnyTagClassName
{
color: #C34060;
}
</style>
background-color css
<style>
a { background-color: #C34060; }
a { background-color: rgb(195,64,96); }
div.DivClassName
{
background-color: #C34060;
}
.BgClassName
{
background-color: #C34060;
}
</style>
border-color css
<style>
span { border-color: #C34060; }
span { border-color: rgb(195,64,96); }
td.TdClassName
{
border-color: #C34060;
}
.TagClassName
{
border-color: #C34060;
}
</style>