Shades of Blush #C34861
Tints of Blush #C34861
RGB
CMYK
RGB Variations
Color information
#C34861 (or 0xC34861) is known color: Blush. HEX triplet: C3, 48 and 61. RGB value is (195,72,97). Sum of RGB (Red+Green+Blue) = 195+72+97=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C34861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34861 is #3CB79E. Grayscale: #6F6F6F. Windows color (decimal): -3979167 or 6375619. OLE color: 6375619.
HSL color Cylindrical-coordinate representation of color #C34861: hue angle of 347.8º 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 #C34861 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 97 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.24 |
| HSL | 347.8º | 0.51% | 0.52% | - |
| HSV(B) | 347.8º | 0.63% | 0.76% | - |
| XYZ | 26.98 | 17.1 | 13.19 | - |
| YUV | 111.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 97 | 0 | 0.63 | 0.50 | 0.24 | 347.8 | 0.51 | 0.52 |
| Hex | C3 | 48 | 61 | 0 | 3F | 32 | 18 | 15C | 33 | 34 |
| Octal | 303 | 110 | 141 | 0 | 77 | 62 | 30 | 534 | 63 | 64 |
| Binary | 11000011 | 1001000 | 1100001 | 0 | 111111 | 110010 | 11000 | 101011100 | 110011 | 110100 |
Color Harmonies of #C34861
Complementary color
Monochromatic Colors of #C34861
Black with #C34861
Text Example
Text Example
White with #C34861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34861; }
p { color: rgb(195,72,97); }
H1.HeaderClassName
{
color: #C34861;
}
.AnyTagClassName
{
color: #C34861;
}
</style>
background-color css
<style>
a { background-color: #C34861; }
a { background-color: rgb(195,72,97); }
div.DivClassName
{
background-color: #C34861;
}
.BgClassName
{
background-color: #C34861;
}
</style>
border-color css
<style>
span { border-color: #C34861; }
span { border-color: rgb(195,72,97); }
td.TdClassName
{
border-color: #C34861;
}
.TagClassName
{
border-color: #C34861;
}
</style>