Shades of Blush #C0546B
Tints of Blush #C0546B
RGB
CMYK
RGB Variations
Color information
#C0546B (or 0xC0546B) is known color: Blush. HEX triplet: C0, 54 and 6B. RGB value is (192,84,107). Sum of RGB (Red+Green+Blue) = 192+84+107=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0546B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0546B is #3FAB94. Grayscale: #767676. Windows color (decimal): -4172693 or 7034048. OLE color: 7034048.
HSL color Cylindrical-coordinate representation of color #C0546B: hue angle of 347.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0546B is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 107 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.25 |
| HSL | 347.22º | 0.46% | 0.54% | - |
| HSV(B) | 347.22º | 0.56% | 0.75% | - |
| XYZ | 27.56 | 18.61 | 16.05 | - |
| YUV | 118.91 | 121.28 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 107 | 0 | 0.56 | 0.44 | 0.25 | 347.22 | 0.46 | 0.54 |
| Hex | C0 | 54 | 6B | 0 | 38 | 2C | 19 | 15B | 2E | 36 |
| Octal | 300 | 124 | 153 | 0 | 70 | 54 | 31 | 533 | 56 | 66 |
| Binary | 11000000 | 1010100 | 1101011 | 0 | 111000 | 101100 | 11001 | 101011011 | 101110 | 110110 |
Color Harmonies of #C0546B
Complementary color
Monochromatic Colors of #C0546B
Black with #C0546B
Text Example
Text Example
White with #C0546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0546B; }
p { color: rgb(192,84,107); }
H1.HeaderClassName
{
color: #C0546B;
}
.AnyTagClassName
{
color: #C0546B;
}
</style>
background-color css
<style>
a { background-color: #C0546B; }
a { background-color: rgb(192,84,107); }
div.DivClassName
{
background-color: #C0546B;
}
.BgClassName
{
background-color: #C0546B;
}
</style>
border-color css
<style>
span { border-color: #C0546B; }
span { border-color: rgb(192,84,107); }
td.TdClassName
{
border-color: #C0546B;
}
.TagClassName
{
border-color: #C0546B;
}
</style>