Shades of Blush #C0475D
Tints of Blush #C0475D
RGB
CMYK
RGB Variations
Color information
#C0475D (or 0xC0475D) is known color: Blush. HEX triplet: C0, 47 and 5D. RGB value is (192,71,93). Sum of RGB (Red+Green+Blue) = 192+71+93=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0475D is #3FB8A2. Grayscale: #6D6D6D. Windows color (decimal): -4176035 or 6113216. OLE color: 6113216.
HSL color Cylindrical-coordinate representation of color #C0475D: hue angle of 349.09º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0475D is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 93 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.25 |
| HSL | 349.09º | 0.49% | 0.52% | - |
| HSV(B) | 349.09º | 0.63% | 0.75% | - |
| XYZ | 25.97 | 16.5 | 12.17 | - |
| YUV | 109.69 | 118.59 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 93 | 0 | 0.63 | 0.52 | 0.25 | 349.09 | 0.49 | 0.52 |
| Hex | C0 | 47 | 5D | 0 | 3F | 34 | 19 | 15D | 31 | 34 |
| Octal | 300 | 107 | 135 | 0 | 77 | 64 | 31 | 535 | 61 | 64 |
| Binary | 11000000 | 1000111 | 1011101 | 0 | 111111 | 110100 | 11001 | 101011101 | 110001 | 110100 |
Color Harmonies of #C0475D
Complementary color
Monochromatic Colors of #C0475D
Black with #C0475D
Text Example
Text Example
White with #C0475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0475D; }
p { color: rgb(192,71,93); }
H1.HeaderClassName
{
color: #C0475D;
}
.AnyTagClassName
{
color: #C0475D;
}
</style>
background-color css
<style>
a { background-color: #C0475D; }
a { background-color: rgb(192,71,93); }
div.DivClassName
{
background-color: #C0475D;
}
.BgClassName
{
background-color: #C0475D;
}
</style>
border-color css
<style>
span { border-color: #C0475D; }
span { border-color: rgb(192,71,93); }
td.TdClassName
{
border-color: #C0475D;
}
.TagClassName
{
border-color: #C0475D;
}
</style>