Shades of Blush #C0536C
Tints of Blush #C0536C
RGB
CMYK
RGB Variations
Color information
#C0536C (or 0xC0536C) is known color: Blush. HEX triplet: C0, 53 and 6C. RGB value is (192,83,108). Sum of RGB (Red+Green+Blue) = 192+83+108=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0536C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0536C is #3FAC93. Grayscale: #767676. Windows color (decimal): -4172948 or 7099328. OLE color: 7099328.
HSL color Cylindrical-coordinate representation of color #C0536C: hue angle of 346.24º degrees, saturation: 0.46, 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 #C0536C is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 108 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.25 |
| HSL | 346.24º | 0.46% | 0.54% | - |
| HSV(B) | 346.24º | 0.57% | 0.75% | - |
| XYZ | 27.54 | 18.48 | 16.3 | - |
| YUV | 118.44 | 122.11 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 108 | 0 | 0.57 | 0.44 | 0.25 | 346.24 | 0.46 | 0.54 |
| Hex | C0 | 53 | 6C | 0 | 39 | 2C | 19 | 15A | 2E | 36 |
| Octal | 300 | 123 | 154 | 0 | 71 | 54 | 31 | 532 | 56 | 66 |
| Binary | 11000000 | 1010011 | 1101100 | 0 | 111001 | 101100 | 11001 | 101011010 | 101110 | 110110 |
Color Harmonies of #C0536C
Complementary color
Monochromatic Colors of #C0536C
Black with #C0536C
Text Example
Text Example
White with #C0536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0536C; }
p { color: rgb(192,83,108); }
H1.HeaderClassName
{
color: #C0536C;
}
.AnyTagClassName
{
color: #C0536C;
}
</style>
background-color css
<style>
a { background-color: #C0536C; }
a { background-color: rgb(192,83,108); }
div.DivClassName
{
background-color: #C0536C;
}
.BgClassName
{
background-color: #C0536C;
}
</style>
border-color css
<style>
span { border-color: #C0536C; }
span { border-color: rgb(192,83,108); }
td.TdClassName
{
border-color: #C0536C;
}
.TagClassName
{
border-color: #C0536C;
}
</style>