Shades of Blush #C04C6C
Tints of Blush #C04C6C
RGB
CMYK
RGB Variations
Color information
#C04C6C (or 0xC04C6C) is known color: Blush. HEX triplet: C0, 4C and 6C. RGB value is (192,76,108). Sum of RGB (Red+Green+Blue) = 192+76+108=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C6C is #3FB393. Grayscale: #727272. Windows color (decimal): -4174740 or 7097536. OLE color: 7097536.
HSL color Cylindrical-coordinate representation of color #C04C6C: hue angle of 343.45º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04C6C is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 108 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.25 |
| HSL | 343.45º | 0.48% | 0.53% | - |
| HSV(B) | 343.45º | 0.6% | 0.75% | - |
| XYZ | 27.03 | 17.46 | 16.13 | - |
| YUV | 114.33 | 124.43 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 108 | 0 | 0.60 | 0.44 | 0.25 | 343.45 | 0.48 | 0.53 |
| Hex | C0 | 4C | 6C | 0 | 3C | 2C | 19 | 157 | 30 | 35 |
| Octal | 300 | 114 | 154 | 0 | 74 | 54 | 31 | 527 | 60 | 65 |
| Binary | 11000000 | 1001100 | 1101100 | 0 | 111100 | 101100 | 11001 | 101010111 | 110000 | 110101 |
Color Harmonies of #C04C6C
Complementary color
Monochromatic Colors of #C04C6C
Black with #C04C6C
Text Example
Text Example
White with #C04C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C6C; }
p { color: rgb(192,76,108); }
H1.HeaderClassName
{
color: #C04C6C;
}
.AnyTagClassName
{
color: #C04C6C;
}
</style>
background-color css
<style>
a { background-color: #C04C6C; }
a { background-color: rgb(192,76,108); }
div.DivClassName
{
background-color: #C04C6C;
}
.BgClassName
{
background-color: #C04C6C;
}
</style>
border-color css
<style>
span { border-color: #C04C6C; }
span { border-color: rgb(192,76,108); }
td.TdClassName
{
border-color: #C04C6C;
}
.TagClassName
{
border-color: #C04C6C;
}
</style>