Shades of Blush #C25063
Tints of Blush #C25063
RGB
CMYK
RGB Variations
Color information
#C25063 (or 0xC25063) is known color: Blush. HEX triplet: C2, 50 and 63. RGB value is (194,80,99). Sum of RGB (Red+Green+Blue) = 194+80+99=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C25063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25063 is #3DAF9C. Grayscale: #747474. Windows color (decimal): -4042653 or 6508738. OLE color: 6508738.
HSL color Cylindrical-coordinate representation of color #C25063: hue angle of 350º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C25063 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 99 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.24 |
| HSL | 350º | 0.48% | 0.54% | - |
| HSV(B) | 350º | 0.59% | 0.76% | - |
| XYZ | 27.37 | 18.11 | 13.86 | - |
| YUV | 116.25 | 118.27 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 99 | 0 | 0.59 | 0.49 | 0.24 | 350 | 0.48 | 0.54 |
| Hex | C2 | 50 | 63 | 0 | 3B | 31 | 18 | 15E | 30 | 36 |
| Octal | 302 | 120 | 143 | 0 | 73 | 61 | 30 | 536 | 60 | 66 |
| Binary | 11000010 | 1010000 | 1100011 | 0 | 111011 | 110001 | 11000 | 101011110 | 110000 | 110110 |
Color Harmonies of #C25063
Complementary color
Monochromatic Colors of #C25063
Black with #C25063
Text Example
Text Example
White with #C25063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25063; }
p { color: rgb(194,80,99); }
H1.HeaderClassName
{
color: #C25063;
}
.AnyTagClassName
{
color: #C25063;
}
</style>
background-color css
<style>
a { background-color: #C25063; }
a { background-color: rgb(194,80,99); }
div.DivClassName
{
background-color: #C25063;
}
.BgClassName
{
background-color: #C25063;
}
</style>
border-color css
<style>
span { border-color: #C25063; }
span { border-color: rgb(194,80,99); }
td.TdClassName
{
border-color: #C25063;
}
.TagClassName
{
border-color: #C25063;
}
</style>