Shades of Blush #C05968
Tints of Blush #C05968
RGB
CMYK
RGB Variations
Color information
#C05968 (or 0xC05968) is known color: Blush. HEX triplet: C0, 59 and 68. RGB value is (192,89,104). Sum of RGB (Red+Green+Blue) = 192+89+104=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C05968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05968 is #3FA697. Grayscale: #797979. Windows color (decimal): -4171416 or 6838720. OLE color: 6838720.
HSL color Cylindrical-coordinate representation of color #C05968: hue angle of 351.26º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C05968 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 104 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.25 |
| HSL | 351.26º | 0.45% | 0.55% | - |
| HSV(B) | 351.26º | 0.54% | 0.75% | - |
| XYZ | 27.81 | 19.35 | 15.37 | - |
| YUV | 121.51 | 118.12 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 104 | 0 | 0.54 | 0.46 | 0.25 | 351.26 | 0.45 | 0.55 |
| Hex | C0 | 59 | 68 | 0 | 36 | 2E | 19 | 15F | 2D | 37 |
| Octal | 300 | 131 | 150 | 0 | 66 | 56 | 31 | 537 | 55 | 67 |
| Binary | 11000000 | 1011001 | 1101000 | 0 | 110110 | 101110 | 11001 | 101011111 | 101101 | 110111 |
Color Harmonies of #C05968
Complementary color
Monochromatic Colors of #C05968
Black with #C05968
Text Example
Text Example
White with #C05968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05968; }
p { color: rgb(192,89,104); }
H1.HeaderClassName
{
color: #C05968;
}
.AnyTagClassName
{
color: #C05968;
}
</style>
background-color css
<style>
a { background-color: #C05968; }
a { background-color: rgb(192,89,104); }
div.DivClassName
{
background-color: #C05968;
}
.BgClassName
{
background-color: #C05968;
}
</style>
border-color css
<style>
span { border-color: #C05968; }
span { border-color: rgb(192,89,104); }
td.TdClassName
{
border-color: #C05968;
}
.TagClassName
{
border-color: #C05968;
}
</style>