Shades of Blush #C34664
Tints of Blush #C34664
RGB
CMYK
RGB Variations
Color information
#C34664 (or 0xC34664) is known color: Blush. HEX triplet: C3, 46 and 64. RGB value is (195,70,100). Sum of RGB (Red+Green+Blue) = 195+70+100=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C34664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34664 is #3CB99B. Grayscale: #6E6E6E. Windows color (decimal): -3979676 or 6571715. OLE color: 6571715.
HSL color Cylindrical-coordinate representation of color #C34664: hue angle of 345.6º 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 #C34664 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 100 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.24 |
| HSL | 345.6º | 0.51% | 0.52% | - |
| HSV(B) | 345.6º | 0.64% | 0.76% | - |
| XYZ | 27 | 16.9 | 13.9 | - |
| YUV | 110.8 | 121.91 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 100 | 0 | 0.64 | 0.49 | 0.24 | 345.6 | 0.51 | 0.52 |
| Hex | C3 | 46 | 64 | 0 | 40 | 31 | 18 | 15A | 33 | 34 |
| Octal | 303 | 106 | 144 | 0 | 100 | 61 | 30 | 532 | 63 | 64 |
| Binary | 11000011 | 1000110 | 1100100 | 0 | 1000000 | 110001 | 11000 | 101011010 | 110011 | 110100 |
Color Harmonies of #C34664
Complementary color
Monochromatic Colors of #C34664
Black with #C34664
Text Example
Text Example
White with #C34664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34664; }
p { color: rgb(195,70,100); }
H1.HeaderClassName
{
color: #C34664;
}
.AnyTagClassName
{
color: #C34664;
}
</style>
background-color css
<style>
a { background-color: #C34664; }
a { background-color: rgb(195,70,100); }
div.DivClassName
{
background-color: #C34664;
}
.BgClassName
{
background-color: #C34664;
}
</style>
border-color css
<style>
span { border-color: #C34664; }
span { border-color: rgb(195,70,100); }
td.TdClassName
{
border-color: #C34664;
}
.TagClassName
{
border-color: #C34664;
}
</style>