Shades of Blush #C0465D
Tints of Blush #C0465D
RGB
CMYK
RGB Variations
Color information
#C0465D (or 0xC0465D) is known color: Blush. HEX triplet: C0, 46 and 5D. RGB value is (192,70,93). Sum of RGB (Red+Green+Blue) = 192+70+93=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0465D is #3FB9A2. Grayscale: #6D6D6D. Windows color (decimal): -4176291 or 6112960. OLE color: 6112960.
HSL color Cylindrical-coordinate representation of color #C0465D: hue angle of 348.69º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0465D is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 93 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.25 |
| HSL | 348.69º | 0.49% | 0.51% | - |
| HSV(B) | 348.69º | 0.64% | 0.75% | - |
| XYZ | 25.9 | 16.38 | 12.15 | - |
| YUV | 109.1 | 118.92 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 93 | 0 | 0.64 | 0.52 | 0.25 | 348.69 | 0.49 | 0.51 |
| Hex | C0 | 46 | 5D | 0 | 40 | 34 | 19 | 15D | 31 | 33 |
| Octal | 300 | 106 | 135 | 0 | 100 | 64 | 31 | 535 | 61 | 63 |
| Binary | 11000000 | 1000110 | 1011101 | 0 | 1000000 | 110100 | 11001 | 101011101 | 110001 | 110011 |
Color Harmonies of #C0465D
Complementary color
Monochromatic Colors of #C0465D
Black with #C0465D
Text Example
Text Example
White with #C0465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0465D; }
p { color: rgb(192,70,93); }
H1.HeaderClassName
{
color: #C0465D;
}
.AnyTagClassName
{
color: #C0465D;
}
</style>
background-color css
<style>
a { background-color: #C0465D; }
a { background-color: rgb(192,70,93); }
div.DivClassName
{
background-color: #C0465D;
}
.BgClassName
{
background-color: #C0465D;
}
</style>
border-color css
<style>
span { border-color: #C0465D; }
span { border-color: rgb(192,70,93); }
td.TdClassName
{
border-color: #C0465D;
}
.TagClassName
{
border-color: #C0465D;
}
</style>