Shades of Blush #C0485C
Tints of Blush #C0485C
RGB
CMYK
RGB Variations
Color information
#C0485C (or 0xC0485C) is known color: Blush. HEX triplet: C0, 48 and 5C. RGB value is (192,72,92). Sum of RGB (Red+Green+Blue) = 192+72+92=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0485C is #3FB7A3. Grayscale: #6E6E6E. Windows color (decimal): -4175780 or 6047936. OLE color: 6047936.
HSL color Cylindrical-coordinate representation of color #C0485C: hue angle of 350º 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 #C0485C is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 92 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.25 |
| HSL | 350º | 0.49% | 0.52% | - |
| HSV(B) | 350º | 0.63% | 0.75% | - |
| XYZ | 25.99 | 16.61 | 11.96 | - |
| YUV | 110.16 | 117.76 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 92 | 0 | 0.63 | 0.52 | 0.25 | 350 | 0.49 | 0.52 |
| Hex | C0 | 48 | 5C | 0 | 3F | 34 | 19 | 15E | 31 | 34 |
| Octal | 300 | 110 | 134 | 0 | 77 | 64 | 31 | 536 | 61 | 64 |
| Binary | 11000000 | 1001000 | 1011100 | 0 | 111111 | 110100 | 11001 | 101011110 | 110001 | 110100 |
Color Harmonies of #C0485C
Complementary color
Monochromatic Colors of #C0485C
Black with #C0485C
Text Example
Text Example
White with #C0485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0485C; }
p { color: rgb(192,72,92); }
H1.HeaderClassName
{
color: #C0485C;
}
.AnyTagClassName
{
color: #C0485C;
}
</style>
background-color css
<style>
a { background-color: #C0485C; }
a { background-color: rgb(192,72,92); }
div.DivClassName
{
background-color: #C0485C;
}
.BgClassName
{
background-color: #C0485C;
}
</style>
border-color css
<style>
span { border-color: #C0485C; }
span { border-color: rgb(192,72,92); }
td.TdClassName
{
border-color: #C0485C;
}
.TagClassName
{
border-color: #C0485C;
}
</style>