Shades of Blush #C34863
Tints of Blush #C34863
RGB
CMYK
RGB Variations
Color information
#C34863 (or 0xC34863) is known color: Blush. HEX triplet: C3, 48 and 63. RGB value is (195,72,99). Sum of RGB (Red+Green+Blue) = 195+72+99=366 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.28% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 195 - color contains mainly: red. Hex color #C34863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34863 is #3CB79C. Grayscale: #6F6F6F. Windows color (decimal): -3979165 or 6506691. OLE color: 6506691.
HSL color Cylindrical-coordinate representation of color #C34863: hue angle of 346.83º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34863 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 99 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.24 |
| HSL | 346.83º | 0.51% | 0.52% | - |
| HSV(B) | 346.83º | 0.63% | 0.76% | - |
| XYZ | 27.08 | 17.14 | 13.69 | - |
| YUV | 111.86 | 120.75 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 99 | 0 | 0.63 | 0.49 | 0.24 | 346.83 | 0.51 | 0.52 |
| Hex | C3 | 48 | 63 | 0 | 3F | 31 | 18 | 15B | 33 | 34 |
| Octal | 303 | 110 | 143 | 0 | 77 | 61 | 30 | 533 | 63 | 64 |
| Binary | 11000011 | 1001000 | 1100011 | 0 | 111111 | 110001 | 11000 | 101011011 | 110011 | 110100 |
Color Harmonies of #C34863
Complementary color
Monochromatic Colors of #C34863
Black with #C34863
Text Example
Text Example
White with #C34863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34863; }
p { color: rgb(195,72,99); }
H1.HeaderClassName
{
color: #C34863;
}
.AnyTagClassName
{
color: #C34863;
}
</style>
background-color css
<style>
a { background-color: #C34863; }
a { background-color: rgb(195,72,99); }
div.DivClassName
{
background-color: #C34863;
}
.BgClassName
{
background-color: #C34863;
}
</style>
border-color css
<style>
span { border-color: #C34863; }
span { border-color: rgb(195,72,99); }
td.TdClassName
{
border-color: #C34863;
}
.TagClassName
{
border-color: #C34863;
}
</style>