Shades of Blush #C05663
Tints of Blush #C05663
RGB
CMYK
RGB Variations
Color information
#C05663 (or 0xC05663) is known color: Blush. HEX triplet: C0, 56 and 63. RGB value is (192,86,99). Sum of RGB (Red+Green+Blue) = 192+86+99=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C05663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05663 is #3FA99C. Grayscale: #777777. Windows color (decimal): -4172189 or 6510272. OLE color: 6510272.
HSL color Cylindrical-coordinate representation of color #C05663: hue angle of 352.64º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05663 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 99 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.25 |
| HSL | 352.64º | 0.46% | 0.55% | - |
| HSV(B) | 352.64º | 0.55% | 0.75% | - |
| XYZ | 27.32 | 18.76 | 13.99 | - |
| YUV | 119.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 99 | 0 | 0.55 | 0.48 | 0.25 | 352.64 | 0.46 | 0.55 |
| Hex | C0 | 56 | 63 | 0 | 37 | 30 | 19 | 161 | 2E | 37 |
| Octal | 300 | 126 | 143 | 0 | 67 | 60 | 31 | 541 | 56 | 67 |
| Binary | 11000000 | 1010110 | 1100011 | 0 | 110111 | 110000 | 11001 | 101100001 | 101110 | 110111 |
Color Harmonies of #C05663
Complementary color
Monochromatic Colors of #C05663
Black with #C05663
Text Example
Text Example
White with #C05663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05663; }
p { color: rgb(192,86,99); }
H1.HeaderClassName
{
color: #C05663;
}
.AnyTagClassName
{
color: #C05663;
}
</style>
background-color css
<style>
a { background-color: #C05663; }
a { background-color: rgb(192,86,99); }
div.DivClassName
{
background-color: #C05663;
}
.BgClassName
{
background-color: #C05663;
}
</style>
border-color css
<style>
span { border-color: #C05663; }
span { border-color: rgb(192,86,99); }
td.TdClassName
{
border-color: #C05663;
}
.TagClassName
{
border-color: #C05663;
}
</style>