Shades of Blush #C05466
Tints of Blush #C05466
RGB
CMYK
RGB Variations
Color information
#C05466 (or 0xC05466) is known color: Blush. HEX triplet: C0, 54 and 66. RGB value is (192,84,102). Sum of RGB (Red+Green+Blue) = 192+84+102=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C05466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05466 is #3FAB99. Grayscale: #767676. Windows color (decimal): -4172698 or 6706368. OLE color: 6706368.
HSL color Cylindrical-coordinate representation of color #C05466: hue angle of 350º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05466 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 102 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.25 |
| HSL | 350º | 0.46% | 0.54% | - |
| HSV(B) | 350º | 0.56% | 0.75% | - |
| XYZ | 27.31 | 18.51 | 14.7 | - |
| YUV | 118.34 | 118.78 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 102 | 0 | 0.56 | 0.47 | 0.25 | 350 | 0.46 | 0.54 |
| Hex | C0 | 54 | 66 | 0 | 38 | 2F | 19 | 15E | 2E | 36 |
| Octal | 300 | 124 | 146 | 0 | 70 | 57 | 31 | 536 | 56 | 66 |
| Binary | 11000000 | 1010100 | 1100110 | 0 | 111000 | 101111 | 11001 | 101011110 | 101110 | 110110 |
Color Harmonies of #C05466
Complementary color
Monochromatic Colors of #C05466
Black with #C05466
Text Example
Text Example
White with #C05466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05466; }
p { color: rgb(192,84,102); }
H1.HeaderClassName
{
color: #C05466;
}
.AnyTagClassName
{
color: #C05466;
}
</style>
background-color css
<style>
a { background-color: #C05466; }
a { background-color: rgb(192,84,102); }
div.DivClassName
{
background-color: #C05466;
}
.BgClassName
{
background-color: #C05466;
}
</style>
border-color css
<style>
span { border-color: #C05466; }
span { border-color: rgb(192,84,102); }
td.TdClassName
{
border-color: #C05466;
}
.TagClassName
{
border-color: #C05466;
}
</style>