Shades of Blush #C0486B
Tints of Blush #C0486B
RGB
CMYK
RGB Variations
Color information
#C0486B (or 0xC0486B) is known color: Blush. HEX triplet: C0, 48 and 6B. RGB value is (192,72,107). Sum of RGB (Red+Green+Blue) = 192+72+107=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0486B is #3FB794. Grayscale: #6F6F6F. Windows color (decimal): -4175765 or 7030976. OLE color: 7030976.
HSL color Cylindrical-coordinate representation of color #C0486B: hue angle of 342.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 #C0486B is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 107 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.25 |
| HSL | 342.5º | 0.49% | 0.52% | - |
| HSV(B) | 342.5º | 0.63% | 0.75% | - |
| XYZ | 26.71 | 16.9 | 15.76 | - |
| YUV | 111.87 | 125.26 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 107 | 0 | 0.63 | 0.44 | 0.25 | 342.5 | 0.49 | 0.52 |
| Hex | C0 | 48 | 6B | 0 | 3F | 2C | 19 | 156 | 31 | 34 |
| Octal | 300 | 110 | 153 | 0 | 77 | 54 | 31 | 526 | 61 | 64 |
| Binary | 11000000 | 1001000 | 1101011 | 0 | 111111 | 101100 | 11001 | 101010110 | 110001 | 110100 |
Color Harmonies of #C0486B
Complementary color
Monochromatic Colors of #C0486B
Black with #C0486B
Text Example
Text Example
White with #C0486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0486B; }
p { color: rgb(192,72,107); }
H1.HeaderClassName
{
color: #C0486B;
}
.AnyTagClassName
{
color: #C0486B;
}
</style>
background-color css
<style>
a { background-color: #C0486B; }
a { background-color: rgb(192,72,107); }
div.DivClassName
{
background-color: #C0486B;
}
.BgClassName
{
background-color: #C0486B;
}
</style>
border-color css
<style>
span { border-color: #C0486B; }
span { border-color: rgb(192,72,107); }
td.TdClassName
{
border-color: #C0486B;
}
.TagClassName
{
border-color: #C0486B;
}
</style>