Shades of Blush #C0425B
Tints of Blush #C0425B
RGB
CMYK
RGB Variations
Color information
#C0425B (or 0xC0425B) is known color: Blush. HEX triplet: C0, 42 and 5B. RGB value is (192,66,91). Sum of RGB (Red+Green+Blue) = 192+66+91=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C0425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0425B is #3FBDA4. Grayscale: #6A6A6A. Windows color (decimal): -4177317 or 5980864. OLE color: 5980864.
HSL color Cylindrical-coordinate representation of color #C0425B: hue angle of 348.1º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0425B is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 66 | 91 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.25 |
| HSL | 348.1º | 0.5% | 0.51% | - |
| HSV(B) | 348.1º | 0.66% | 0.75% | - |
| XYZ | 25.57 | 15.86 | 11.61 | - |
| YUV | 106.52 | 119.24 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 91 | 0 | 0.66 | 0.53 | 0.25 | 348.1 | 0.5 | 0.51 |
| Hex | C0 | 42 | 5B | 0 | 42 | 35 | 19 | 15C | 32 | 33 |
| Octal | 300 | 102 | 133 | 0 | 102 | 65 | 31 | 534 | 62 | 63 |
| Binary | 11000000 | 1000010 | 1011011 | 0 | 1000010 | 110101 | 11001 | 101011100 | 110010 | 110011 |
Color Harmonies of #C0425B
Complementary color
Monochromatic Colors of #C0425B
Black with #C0425B
Text Example
Text Example
White with #C0425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0425B; }
p { color: rgb(192,66,91); }
H1.HeaderClassName
{
color: #C0425B;
}
.AnyTagClassName
{
color: #C0425B;
}
</style>
background-color css
<style>
a { background-color: #C0425B; }
a { background-color: rgb(192,66,91); }
div.DivClassName
{
background-color: #C0425B;
}
.BgClassName
{
background-color: #C0425B;
}
</style>
border-color css
<style>
span { border-color: #C0425B; }
span { border-color: rgb(192,66,91); }
td.TdClassName
{
border-color: #C0425B;
}
.TagClassName
{
border-color: #C0425B;
}
</style>