Shades of Blush #C05066
Tints of Blush #C05066
RGB
CMYK
RGB Variations
Color information
#C05066 (or 0xC05066) is known color: Blush. HEX triplet: C0, 50 and 66. RGB value is (192,80,102). Sum of RGB (Red+Green+Blue) = 192+80+102=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C05066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05066 is #3FAF99. Grayscale: #747474. Windows color (decimal): -4173722 or 6705344. OLE color: 6705344.
HSL color Cylindrical-coordinate representation of color #C05066: hue angle of 348.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05066 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 102 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.25 |
| HSL | 348.21º | 0.47% | 0.53% | - |
| HSV(B) | 348.21º | 0.58% | 0.75% | - |
| XYZ | 27.01 | 17.9 | 14.6 | - |
| YUV | 116 | 120.11 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 102 | 0 | 0.58 | 0.47 | 0.25 | 348.21 | 0.47 | 0.53 |
| Hex | C0 | 50 | 66 | 0 | 3A | 2F | 19 | 15C | 2F | 35 |
| Octal | 300 | 120 | 146 | 0 | 72 | 57 | 31 | 534 | 57 | 65 |
| Binary | 11000000 | 1010000 | 1100110 | 0 | 111010 | 101111 | 11001 | 101011100 | 101111 | 110101 |
Color Harmonies of #C05066
Complementary color
Monochromatic Colors of #C05066
Black with #C05066
Text Example
Text Example
White with #C05066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05066; }
p { color: rgb(192,80,102); }
H1.HeaderClassName
{
color: #C05066;
}
.AnyTagClassName
{
color: #C05066;
}
</style>
background-color css
<style>
a { background-color: #C05066; }
a { background-color: rgb(192,80,102); }
div.DivClassName
{
background-color: #C05066;
}
.BgClassName
{
background-color: #C05066;
}
</style>
border-color css
<style>
span { border-color: #C05066; }
span { border-color: rgb(192,80,102); }
td.TdClassName
{
border-color: #C05066;
}
.TagClassName
{
border-color: #C05066;
}
</style>