Shades of Blush #C0486A
Tints of Blush #C0486A
RGB
CMYK
RGB Variations
Color information
#C0486A (or 0xC0486A) is known color: Blush. HEX triplet: C0, 48 and 6A. RGB value is (192,72,106). Sum of RGB (Red+Green+Blue) = 192+72+106=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0486A is #3FB795. Grayscale: #6F6F6F. Windows color (decimal): -4175766 or 6965440. OLE color: 6965440.
HSL color Cylindrical-coordinate representation of color #C0486A: hue angle of 343º 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 #C0486A is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 106 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.25 |
| HSL | 343º | 0.49% | 0.52% | - |
| HSV(B) | 343º | 0.63% | 0.75% | - |
| XYZ | 26.66 | 16.88 | 15.49 | - |
| YUV | 111.76 | 124.76 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 106 | 0 | 0.63 | 0.45 | 0.25 | 343 | 0.49 | 0.52 |
| Hex | C0 | 48 | 6A | 0 | 3F | 2D | 19 | 157 | 31 | 34 |
| Octal | 300 | 110 | 152 | 0 | 77 | 55 | 31 | 527 | 61 | 64 |
| Binary | 11000000 | 1001000 | 1101010 | 0 | 111111 | 101101 | 11001 | 101010111 | 110001 | 110100 |
Color Harmonies of #C0486A
Complementary color
Monochromatic Colors of #C0486A
Black with #C0486A
Text Example
Text Example
White with #C0486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0486A; }
p { color: rgb(192,72,106); }
H1.HeaderClassName
{
color: #C0486A;
}
.AnyTagClassName
{
color: #C0486A;
}
</style>
background-color css
<style>
a { background-color: #C0486A; }
a { background-color: rgb(192,72,106); }
div.DivClassName
{
background-color: #C0486A;
}
.BgClassName
{
background-color: #C0486A;
}
</style>
border-color css
<style>
span { border-color: #C0486A; }
span { border-color: rgb(192,72,106); }
td.TdClassName
{
border-color: #C0486A;
}
.TagClassName
{
border-color: #C0486A;
}
</style>