Shades of Blush #C04561
Tints of Blush #C04561
RGB
CMYK
RGB Variations
Color information
#C04561 (or 0xC04561) is known color: Blush. HEX triplet: C0, 45 and 61. RGB value is (192,69,97). Sum of RGB (Red+Green+Blue) = 192+69+97=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C04561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04561 is #3FBA9E. Grayscale: #6C6C6C. Windows color (decimal): -4176543 or 6374848. OLE color: 6374848.
HSL color Cylindrical-coordinate representation of color #C04561: hue angle of 346.34º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04561 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 97 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.25 |
| HSL | 346.34º | 0.49% | 0.51% | - |
| HSV(B) | 346.34º | 0.64% | 0.75% | - |
| XYZ | 26.02 | 16.33 | 13.09 | - |
| YUV | 108.97 | 121.25 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 97 | 0 | 0.64 | 0.49 | 0.25 | 346.34 | 0.49 | 0.51 |
| Hex | C0 | 45 | 61 | 0 | 40 | 31 | 19 | 15A | 31 | 33 |
| Octal | 300 | 105 | 141 | 0 | 100 | 61 | 31 | 532 | 61 | 63 |
| Binary | 11000000 | 1000101 | 1100001 | 0 | 1000000 | 110001 | 11001 | 101011010 | 110001 | 110011 |
Color Harmonies of #C04561
Complementary color
Monochromatic Colors of #C04561
Black with #C04561
Text Example
Text Example
White with #C04561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04561; }
p { color: rgb(192,69,97); }
H1.HeaderClassName
{
color: #C04561;
}
.AnyTagClassName
{
color: #C04561;
}
</style>
background-color css
<style>
a { background-color: #C04561; }
a { background-color: rgb(192,69,97); }
div.DivClassName
{
background-color: #C04561;
}
.BgClassName
{
background-color: #C04561;
}
</style>
border-color css
<style>
span { border-color: #C04561; }
span { border-color: rgb(192,69,97); }
td.TdClassName
{
border-color: #C04561;
}
.TagClassName
{
border-color: #C04561;
}
</style>