Shades of Blush #C0435F
Tints of Blush #C0435F
RGB
CMYK
RGB Variations
Color information
#C0435F (or 0xC0435F) is known color: Blush. HEX triplet: C0, 43 and 5F. RGB value is (192,67,95). Sum of RGB (Red+Green+Blue) = 192+67+95=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0435F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0435F is #3FBCA0. Grayscale: #6B6B6B. Windows color (decimal): -4177057 or 6243264. OLE color: 6243264.
HSL color Cylindrical-coordinate representation of color #C0435F: hue angle of 346.56º 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 #C0435F is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 95 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.25 |
| HSL | 346.56º | 0.5% | 0.51% | - |
| HSV(B) | 346.56º | 0.65% | 0.75% | - |
| XYZ | 25.81 | 16.05 | 12.56 | - |
| YUV | 107.57 | 120.91 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 95 | 0 | 0.65 | 0.51 | 0.25 | 346.56 | 0.5 | 0.51 |
| Hex | C0 | 43 | 5F | 0 | 41 | 33 | 19 | 15B | 32 | 33 |
| Octal | 300 | 103 | 137 | 0 | 101 | 63 | 31 | 533 | 62 | 63 |
| Binary | 11000000 | 1000011 | 1011111 | 0 | 1000001 | 110011 | 11001 | 101011011 | 110010 | 110011 |
Color Harmonies of #C0435F
Complementary color
Monochromatic Colors of #C0435F
Black with #C0435F
Text Example
Text Example
White with #C0435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0435F; }
p { color: rgb(192,67,95); }
H1.HeaderClassName
{
color: #C0435F;
}
.AnyTagClassName
{
color: #C0435F;
}
</style>
background-color css
<style>
a { background-color: #C0435F; }
a { background-color: rgb(192,67,95); }
div.DivClassName
{
background-color: #C0435F;
}
.BgClassName
{
background-color: #C0435F;
}
</style>
border-color css
<style>
span { border-color: #C0435F; }
span { border-color: rgb(192,67,95); }
td.TdClassName
{
border-color: #C0435F;
}
.TagClassName
{
border-color: #C0435F;
}
</style>