Shades of Blush #C0415C
Tints of Blush #C0415C
RGB
CMYK
RGB Variations
Color information
#C0415C (or 0xC0415C) is known color: Blush. HEX triplet: C0, 41 and 5C. RGB value is (192,65,92). Sum of RGB (Red+Green+Blue) = 192+65+92=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C0415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0415C is #3FBEA3. Grayscale: #6A6A6A. Windows color (decimal): -4177572 or 6046144. OLE color: 6046144.
HSL color Cylindrical-coordinate representation of color #C0415C: hue angle of 347.24º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0415C is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 92 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.25 |
| HSL | 347.24º | 0.5% | 0.5% | - |
| HSV(B) | 347.24º | 0.66% | 0.75% | - |
| XYZ | 25.56 | 15.76 | 11.82 | - |
| YUV | 106.05 | 120.08 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 92 | 0 | 0.66 | 0.52 | 0.25 | 347.24 | 0.5 | 0.5 |
| Hex | C0 | 41 | 5C | 0 | 42 | 34 | 19 | 15B | 32 | 32 |
| Octal | 300 | 101 | 134 | 0 | 102 | 64 | 31 | 533 | 62 | 62 |
| Binary | 11000000 | 1000001 | 1011100 | 0 | 1000010 | 110100 | 11001 | 101011011 | 110010 | 110010 |
Color Harmonies of #C0415C
Complementary color
Monochromatic Colors of #C0415C
Black with #C0415C
Text Example
Text Example
White with #C0415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0415C; }
p { color: rgb(192,65,92); }
H1.HeaderClassName
{
color: #C0415C;
}
.AnyTagClassName
{
color: #C0415C;
}
</style>
background-color css
<style>
a { background-color: #C0415C; }
a { background-color: rgb(192,65,92); }
div.DivClassName
{
background-color: #C0415C;
}
.BgClassName
{
background-color: #C0415C;
}
</style>
border-color css
<style>
span { border-color: #C0415C; }
span { border-color: rgb(192,65,92); }
td.TdClassName
{
border-color: #C0415C;
}
.TagClassName
{
border-color: #C0415C;
}
</style>