Shades of Blush #C0526C
Tints of Blush #C0526C
RGB
CMYK
RGB Variations
Color information
#C0526C (or 0xC0526C) is known color: Blush. HEX triplet: C0, 52 and 6C. RGB value is (192,82,108). Sum of RGB (Red+Green+Blue) = 192+82+108=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0526C is #3FAD93. Grayscale: #757575. Windows color (decimal): -4173204 or 7099072. OLE color: 7099072.
HSL color Cylindrical-coordinate representation of color #C0526C: hue angle of 345.82º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0526C is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 108 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.25 |
| HSL | 345.82º | 0.47% | 0.54% | - |
| HSV(B) | 345.82º | 0.57% | 0.75% | - |
| XYZ | 27.46 | 18.32 | 16.28 | - |
| YUV | 117.85 | 122.44 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 108 | 0 | 0.57 | 0.44 | 0.25 | 345.82 | 0.47 | 0.54 |
| Hex | C0 | 52 | 6C | 0 | 39 | 2C | 19 | 15A | 2F | 36 |
| Octal | 300 | 122 | 154 | 0 | 71 | 54 | 31 | 532 | 57 | 66 |
| Binary | 11000000 | 1010010 | 1101100 | 0 | 111001 | 101100 | 11001 | 101011010 | 101111 | 110110 |
Color Harmonies of #C0526C
Complementary color
Monochromatic Colors of #C0526C
Black with #C0526C
Text Example
Text Example
White with #C0526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0526C; }
p { color: rgb(192,82,108); }
H1.HeaderClassName
{
color: #C0526C;
}
.AnyTagClassName
{
color: #C0526C;
}
</style>
background-color css
<style>
a { background-color: #C0526C; }
a { background-color: rgb(192,82,108); }
div.DivClassName
{
background-color: #C0526C;
}
.BgClassName
{
background-color: #C0526C;
}
</style>
border-color css
<style>
span { border-color: #C0526C; }
span { border-color: rgb(192,82,108); }
td.TdClassName
{
border-color: #C0526C;
}
.TagClassName
{
border-color: #C0526C;
}
</style>