Shades of Blush #C34760
Tints of Blush #C34760
RGB
CMYK
RGB Variations
Color information
#C34760 (or 0xC34760) is known color: Blush. HEX triplet: C3, 47 and 60. RGB value is (195,71,96). Sum of RGB (Red+Green+Blue) = 195+71+96=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C34760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34760 is #3CB89F. Grayscale: #6E6E6E. Windows color (decimal): -3979424 or 6309827. OLE color: 6309827.
HSL color Cylindrical-coordinate representation of color #C34760: hue angle of 347.9º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C34760 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 96 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.24 |
| HSL | 347.9º | 0.51% | 0.52% | - |
| HSV(B) | 347.9º | 0.64% | 0.76% | - |
| XYZ | 26.87 | 16.95 | 12.92 | - |
| YUV | 110.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 96 | 0 | 0.64 | 0.51 | 0.24 | 347.9 | 0.51 | 0.52 |
| Hex | C3 | 47 | 60 | 0 | 40 | 33 | 18 | 15C | 33 | 34 |
| Octal | 303 | 107 | 140 | 0 | 100 | 63 | 30 | 534 | 63 | 64 |
| Binary | 11000011 | 1000111 | 1100000 | 0 | 1000000 | 110011 | 11000 | 101011100 | 110011 | 110100 |
Color Harmonies of #C34760
Complementary color
Monochromatic Colors of #C34760
Black with #C34760
Text Example
Text Example
White with #C34760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34760; }
p { color: rgb(195,71,96); }
H1.HeaderClassName
{
color: #C34760;
}
.AnyTagClassName
{
color: #C34760;
}
</style>
background-color css
<style>
a { background-color: #C34760; }
a { background-color: rgb(195,71,96); }
div.DivClassName
{
background-color: #C34760;
}
.BgClassName
{
background-color: #C34760;
}
</style>
border-color css
<style>
span { border-color: #C34760; }
span { border-color: rgb(195,71,96); }
td.TdClassName
{
border-color: #C34760;
}
.TagClassName
{
border-color: #C34760;
}
</style>