Shades of Blush #C0475F
Tints of Blush #C0475F
RGB
CMYK
RGB Variations
Color information
#C0475F (or 0xC0475F) is known color: Blush. HEX triplet: C0, 47 and 5F. RGB value is (192,71,95). Sum of RGB (Red+Green+Blue) = 192+71+95=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C0475F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0475F is #3FB8A0. Grayscale: #6D6D6D. Windows color (decimal): -4176033 or 6244288. OLE color: 6244288.
HSL color Cylindrical-coordinate representation of color #C0475F: hue angle of 348.1º 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 #C0475F is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 95 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.25 |
| HSL | 348.1º | 0.49% | 0.52% | - |
| HSV(B) | 348.1º | 0.63% | 0.75% | - |
| XYZ | 26.06 | 16.54 | 12.65 | - |
| YUV | 109.92 | 119.59 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 95 | 0 | 0.63 | 0.51 | 0.25 | 348.1 | 0.49 | 0.52 |
| Hex | C0 | 47 | 5F | 0 | 3F | 33 | 19 | 15C | 31 | 34 |
| Octal | 300 | 107 | 137 | 0 | 77 | 63 | 31 | 534 | 61 | 64 |
| Binary | 11000000 | 1000111 | 1011111 | 0 | 111111 | 110011 | 11001 | 101011100 | 110001 | 110100 |
Color Harmonies of #C0475F
Complementary color
Monochromatic Colors of #C0475F
Black with #C0475F
Text Example
Text Example
White with #C0475F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0475F; }
p { color: rgb(192,71,95); }
H1.HeaderClassName
{
color: #C0475F;
}
.AnyTagClassName
{
color: #C0475F;
}
</style>
background-color css
<style>
a { background-color: #C0475F; }
a { background-color: rgb(192,71,95); }
div.DivClassName
{
background-color: #C0475F;
}
.BgClassName
{
background-color: #C0475F;
}
</style>
border-color css
<style>
span { border-color: #C0475F; }
span { border-color: rgb(192,71,95); }
td.TdClassName
{
border-color: #C0475F;
}
.TagClassName
{
border-color: #C0475F;
}
</style>