Shades of Blush #C05668
Tints of Blush #C05668
RGB
CMYK
RGB Variations
Color information
#C05668 (or 0xC05668) is known color: Blush. HEX triplet: C0, 56 and 68. RGB value is (192,86,104). Sum of RGB (Red+Green+Blue) = 192+86+104=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C05668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05668 is #3FA997. Grayscale: #777777. Windows color (decimal): -4172184 or 6837952. OLE color: 6837952.
HSL color Cylindrical-coordinate representation of color #C05668: hue angle of 349.81º 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 #C05668 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 104 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.25 |
| HSL | 349.81º | 0.46% | 0.55% | - |
| HSV(B) | 349.81º | 0.55% | 0.75% | - |
| XYZ | 27.56 | 18.86 | 15.28 | - |
| YUV | 119.75 | 119.12 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 104 | 0 | 0.55 | 0.46 | 0.25 | 349.81 | 0.46 | 0.55 |
| Hex | C0 | 56 | 68 | 0 | 37 | 2E | 19 | 15E | 2E | 37 |
| Octal | 300 | 126 | 150 | 0 | 67 | 56 | 31 | 536 | 56 | 67 |
| Binary | 11000000 | 1010110 | 1101000 | 0 | 110111 | 101110 | 11001 | 101011110 | 101110 | 110111 |
Color Harmonies of #C05668
Complementary color
Monochromatic Colors of #C05668
Black with #C05668
Text Example
Text Example
White with #C05668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05668; }
p { color: rgb(192,86,104); }
H1.HeaderClassName
{
color: #C05668;
}
.AnyTagClassName
{
color: #C05668;
}
</style>
background-color css
<style>
a { background-color: #C05668; }
a { background-color: rgb(192,86,104); }
div.DivClassName
{
background-color: #C05668;
}
.BgClassName
{
background-color: #C05668;
}
</style>
border-color css
<style>
span { border-color: #C05668; }
span { border-color: rgb(192,86,104); }
td.TdClassName
{
border-color: #C05668;
}
.TagClassName
{
border-color: #C05668;
}
</style>