Shades of Blush #C34164
Tints of Blush #C34164
RGB
CMYK
RGB Variations
Color information
#C34164 (or 0xC34164) is known color: Blush. HEX triplet: C3, 41 and 64. RGB value is (195,65,100). Sum of RGB (Red+Green+Blue) = 195+65+100=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C34164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34164 is #3CBE9B. Grayscale: #6B6B6B. Windows color (decimal): -3980956 or 6570435. OLE color: 6570435.
HSL color Cylindrical-coordinate representation of color #C34164: hue angle of 343.85º 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 #C34164 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 100 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.24 |
| HSL | 343.85º | 0.52% | 0.51% | - |
| HSV(B) | 343.85º | 0.67% | 0.76% | - |
| XYZ | 26.7 | 16.3 | 13.8 | - |
| YUV | 107.86 | 123.57 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 100 | 0 | 0.67 | 0.49 | 0.24 | 343.85 | 0.52 | 0.51 |
| Hex | C3 | 41 | 64 | 0 | 43 | 31 | 18 | 158 | 34 | 33 |
| Octal | 303 | 101 | 144 | 0 | 103 | 61 | 30 | 530 | 64 | 63 |
| Binary | 11000011 | 1000001 | 1100100 | 0 | 1000011 | 110001 | 11000 | 101011000 | 110100 | 110011 |
Color Harmonies of #C34164
Complementary color
Monochromatic Colors of #C34164
Black with #C34164
Text Example
Text Example
White with #C34164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34164; }
p { color: rgb(195,65,100); }
H1.HeaderClassName
{
color: #C34164;
}
.AnyTagClassName
{
color: #C34164;
}
</style>
background-color css
<style>
a { background-color: #C34164; }
a { background-color: rgb(195,65,100); }
div.DivClassName
{
background-color: #C34164;
}
.BgClassName
{
background-color: #C34164;
}
</style>
border-color css
<style>
span { border-color: #C34164; }
span { border-color: rgb(195,65,100); }
td.TdClassName
{
border-color: #C34164;
}
.TagClassName
{
border-color: #C34164;
}
</style>