Shades of Blush #C05967
Tints of Blush #C05967
RGB
CMYK
RGB Variations
Color information
#C05967 (or 0xC05967) is known color: Blush. HEX triplet: C0, 59 and 67. RGB value is (192,89,103). Sum of RGB (Red+Green+Blue) = 192+89+103=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C05967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05967 is #3FA698. Grayscale: #797979. Windows color (decimal): -4171417 or 6773184. OLE color: 6773184.
HSL color Cylindrical-coordinate representation of color #C05967: hue angle of 351.84º 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 #C05967 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 103 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.25 |
| HSL | 351.84º | 0.45% | 0.55% | - |
| HSV(B) | 351.84º | 0.54% | 0.75% | - |
| XYZ | 27.76 | 19.33 | 15.1 | - |
| YUV | 121.39 | 117.62 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 103 | 0 | 0.54 | 0.46 | 0.25 | 351.84 | 0.45 | 0.55 |
| Hex | C0 | 59 | 67 | 0 | 36 | 2E | 19 | 160 | 2D | 37 |
| Octal | 300 | 131 | 147 | 0 | 66 | 56 | 31 | 540 | 55 | 67 |
| Binary | 11000000 | 1011001 | 1100111 | 0 | 110110 | 101110 | 11001 | 101100000 | 101101 | 110111 |
Color Harmonies of #C05967
Complementary color
Monochromatic Colors of #C05967
Black with #C05967
Text Example
Text Example
White with #C05967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05967; }
p { color: rgb(192,89,103); }
H1.HeaderClassName
{
color: #C05967;
}
.AnyTagClassName
{
color: #C05967;
}
</style>
background-color css
<style>
a { background-color: #C05967; }
a { background-color: rgb(192,89,103); }
div.DivClassName
{
background-color: #C05967;
}
.BgClassName
{
background-color: #C05967;
}
</style>
border-color css
<style>
span { border-color: #C05967; }
span { border-color: rgb(192,89,103); }
td.TdClassName
{
border-color: #C05967;
}
.TagClassName
{
border-color: #C05967;
}
</style>