Shades of Blush #C0435E
Tints of Blush #C0435E
RGB
CMYK
RGB Variations
Color information
#C0435E (or 0xC0435E) is known color: Blush. HEX triplet: C0, 43 and 5E. RGB value is (192,67,94). Sum of RGB (Red+Green+Blue) = 192+67+94=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0435E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0435E is #3FBCA1. Grayscale: #6B6B6B. Windows color (decimal): -4177058 or 6177728. OLE color: 6177728.
HSL color Cylindrical-coordinate representation of color #C0435E: hue angle of 347.04º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0435E is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 94 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.25 |
| HSL | 347.04º | 0.5% | 0.51% | - |
| HSV(B) | 347.04º | 0.65% | 0.75% | - |
| XYZ | 25.77 | 16.03 | 12.33 | - |
| YUV | 107.45 | 120.41 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 94 | 0 | 0.65 | 0.51 | 0.25 | 347.04 | 0.5 | 0.51 |
| Hex | C0 | 43 | 5E | 0 | 41 | 33 | 19 | 15B | 32 | 33 |
| Octal | 300 | 103 | 136 | 0 | 101 | 63 | 31 | 533 | 62 | 63 |
| Binary | 11000000 | 1000011 | 1011110 | 0 | 1000001 | 110011 | 11001 | 101011011 | 110010 | 110011 |
Color Harmonies of #C0435E
Complementary color
Monochromatic Colors of #C0435E
Black with #C0435E
Text Example
Text Example
White with #C0435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0435E; }
p { color: rgb(192,67,94); }
H1.HeaderClassName
{
color: #C0435E;
}
.AnyTagClassName
{
color: #C0435E;
}
</style>
background-color css
<style>
a { background-color: #C0435E; }
a { background-color: rgb(192,67,94); }
div.DivClassName
{
background-color: #C0435E;
}
.BgClassName
{
background-color: #C0435E;
}
</style>
border-color css
<style>
span { border-color: #C0435E; }
span { border-color: rgb(192,67,94); }
td.TdClassName
{
border-color: #C0435E;
}
.TagClassName
{
border-color: #C0435E;
}
</style>