Shades of Blush #C0435C
Tints of Blush #C0435C
RGB
CMYK
RGB Variations
Color information
#C0435C (or 0xC0435C) is known color: Blush. HEX triplet: C0, 43 and 5C. RGB value is (192,67,92). Sum of RGB (Red+Green+Blue) = 192+67+92=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0435C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0435C is #3FBCA3. Grayscale: #6B6B6B. Windows color (decimal): -4177060 or 6046656. OLE color: 6046656.
HSL color Cylindrical-coordinate representation of color #C0435C: hue angle of 348º 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 #C0435C is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 92 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.25 |
| HSL | 348º | 0.5% | 0.51% | - |
| HSV(B) | 348º | 0.65% | 0.75% | - |
| XYZ | 25.68 | 15.99 | 11.86 | - |
| YUV | 107.23 | 119.41 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 92 | 0 | 0.65 | 0.52 | 0.25 | 348 | 0.5 | 0.51 |
| Hex | C0 | 43 | 5C | 0 | 41 | 34 | 19 | 15C | 32 | 33 |
| Octal | 300 | 103 | 134 | 0 | 101 | 64 | 31 | 534 | 62 | 63 |
| Binary | 11000000 | 1000011 | 1011100 | 0 | 1000001 | 110100 | 11001 | 101011100 | 110010 | 110011 |
Color Harmonies of #C0435C
Complementary color
Monochromatic Colors of #C0435C
Black with #C0435C
Text Example
Text Example
White with #C0435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0435C; }
p { color: rgb(192,67,92); }
H1.HeaderClassName
{
color: #C0435C;
}
.AnyTagClassName
{
color: #C0435C;
}
</style>
background-color css
<style>
a { background-color: #C0435C; }
a { background-color: rgb(192,67,92); }
div.DivClassName
{
background-color: #C0435C;
}
.BgClassName
{
background-color: #C0435C;
}
</style>
border-color css
<style>
span { border-color: #C0435C; }
span { border-color: rgb(192,67,92); }
td.TdClassName
{
border-color: #C0435C;
}
.TagClassName
{
border-color: #C0435C;
}
</style>