Shades of Blush #C0485D
Tints of Blush #C0485D
RGB
CMYK
RGB Variations
Color information
#C0485D (or 0xC0485D) is known color: Blush. HEX triplet: C0, 48 and 5D. RGB value is (192,72,93). Sum of RGB (Red+Green+Blue) = 192+72+93=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0485D is #3FB7A2. Grayscale: #6E6E6E. Windows color (decimal): -4175779 or 6113472. OLE color: 6113472.
HSL color Cylindrical-coordinate representation of color #C0485D: hue angle of 349.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0485D is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 93 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.25 |
| HSL | 349.5º | 0.49% | 0.52% | - |
| HSV(B) | 349.5º | 0.63% | 0.75% | - |
| XYZ | 26.03 | 16.63 | 12.19 | - |
| YUV | 110.27 | 118.26 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 93 | 0 | 0.63 | 0.52 | 0.25 | 349.5 | 0.49 | 0.52 |
| Hex | C0 | 48 | 5D | 0 | 3F | 34 | 19 | 15E | 31 | 34 |
| Octal | 300 | 110 | 135 | 0 | 77 | 64 | 31 | 536 | 61 | 64 |
| Binary | 11000000 | 1001000 | 1011101 | 0 | 111111 | 110100 | 11001 | 101011110 | 110001 | 110100 |
Color Harmonies of #C0485D
Complementary color
Monochromatic Colors of #C0485D
Black with #C0485D
Text Example
Text Example
White with #C0485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0485D; }
p { color: rgb(192,72,93); }
H1.HeaderClassName
{
color: #C0485D;
}
.AnyTagClassName
{
color: #C0485D;
}
</style>
background-color css
<style>
a { background-color: #C0485D; }
a { background-color: rgb(192,72,93); }
div.DivClassName
{
background-color: #C0485D;
}
.BgClassName
{
background-color: #C0485D;
}
</style>
border-color css
<style>
span { border-color: #C0485D; }
span { border-color: rgb(192,72,93); }
td.TdClassName
{
border-color: #C0485D;
}
.TagClassName
{
border-color: #C0485D;
}
</style>