Shades of Blush #C0526B
Tints of Blush #C0526B
RGB
CMYK
RGB Variations
Color information
#C0526B (or 0xC0526B) is known color: Blush. HEX triplet: C0, 52 and 6B. RGB value is (192,82,107). Sum of RGB (Red+Green+Blue) = 192+82+107=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0526B is #3FAD94. Grayscale: #757575. Windows color (decimal): -4173205 or 7033536. OLE color: 7033536.
HSL color Cylindrical-coordinate representation of color #C0526B: hue angle of 346.36º 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 #C0526B is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 107 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.25 |
| HSL | 346.36º | 0.47% | 0.54% | - |
| HSV(B) | 346.36º | 0.57% | 0.75% | - |
| XYZ | 27.41 | 18.3 | 16 | - |
| YUV | 117.74 | 121.94 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 107 | 0 | 0.57 | 0.44 | 0.25 | 346.36 | 0.47 | 0.54 |
| Hex | C0 | 52 | 6B | 0 | 39 | 2C | 19 | 15A | 2F | 36 |
| Octal | 300 | 122 | 153 | 0 | 71 | 54 | 31 | 532 | 57 | 66 |
| Binary | 11000000 | 1010010 | 1101011 | 0 | 111001 | 101100 | 11001 | 101011010 | 101111 | 110110 |
Color Harmonies of #C0526B
Complementary color
Monochromatic Colors of #C0526B
Black with #C0526B
Text Example
Text Example
White with #C0526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0526B; }
p { color: rgb(192,82,107); }
H1.HeaderClassName
{
color: #C0526B;
}
.AnyTagClassName
{
color: #C0526B;
}
</style>
background-color css
<style>
a { background-color: #C0526B; }
a { background-color: rgb(192,82,107); }
div.DivClassName
{
background-color: #C0526B;
}
.BgClassName
{
background-color: #C0526B;
}
</style>
border-color css
<style>
span { border-color: #C0526B; }
span { border-color: rgb(192,82,107); }
td.TdClassName
{
border-color: #C0526B;
}
.TagClassName
{
border-color: #C0526B;
}
</style>