Shades of Blush #C05A68
Tints of Blush #C05A68
RGB
CMYK
RGB Variations
Color information
#C05A68 (or 0xC05A68) is known color: Blush. HEX triplet: C0, 5A and 68. RGB value is (192,90,104). Sum of RGB (Red+Green+Blue) = 192+90+104=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A68 is #3FA597. Grayscale: #7A7A7A. Windows color (decimal): -4171160 or 6838976. OLE color: 6838976.
HSL color Cylindrical-coordinate representation of color #C05A68: hue angle of 351.76º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05A68 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 104 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.25 |
| HSL | 351.76º | 0.45% | 0.55% | - |
| HSV(B) | 351.76º | 0.53% | 0.75% | - |
| XYZ | 27.89 | 19.52 | 15.39 | - |
| YUV | 122.09 | 117.79 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 104 | 0 | 0.53 | 0.46 | 0.25 | 351.76 | 0.45 | 0.55 |
| Hex | C0 | 5A | 68 | 0 | 35 | 2E | 19 | 160 | 2D | 37 |
| Octal | 300 | 132 | 150 | 0 | 65 | 56 | 31 | 540 | 55 | 67 |
| Binary | 11000000 | 1011010 | 1101000 | 0 | 110101 | 101110 | 11001 | 101100000 | 101101 | 110111 |
Color Harmonies of #C05A68
Complementary color
Monochromatic Colors of #C05A68
Black with #C05A68
Text Example
Text Example
White with #C05A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A68; }
p { color: rgb(192,90,104); }
H1.HeaderClassName
{
color: #C05A68;
}
.AnyTagClassName
{
color: #C05A68;
}
</style>
background-color css
<style>
a { background-color: #C05A68; }
a { background-color: rgb(192,90,104); }
div.DivClassName
{
background-color: #C05A68;
}
.BgClassName
{
background-color: #C05A68;
}
</style>
border-color css
<style>
span { border-color: #C05A68; }
span { border-color: rgb(192,90,104); }
td.TdClassName
{
border-color: #C05A68;
}
.TagClassName
{
border-color: #C05A68;
}
</style>