Shades of Blush #C04D6D
Tints of Blush #C04D6D
RGB
CMYK
RGB Variations
Color information
#C04D6D (or 0xC04D6D) is known color: Blush. HEX triplet: C0, 4D and 6D. RGB value is (192,77,109). Sum of RGB (Red+Green+Blue) = 192+77+109=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D6D is #3FB292. Grayscale: #737373. Windows color (decimal): -4174483 or 7163328. OLE color: 7163328.
HSL color Cylindrical-coordinate representation of color #C04D6D: hue angle of 343.3º 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 #C04D6D is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 109 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.25 |
| HSL | 343.3º | 0.48% | 0.53% | - |
| HSV(B) | 343.3º | 0.6% | 0.75% | - |
| XYZ | 27.15 | 17.62 | 16.44 | - |
| YUV | 115.03 | 124.6 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 109 | 0 | 0.60 | 0.43 | 0.25 | 343.3 | 0.48 | 0.53 |
| Hex | C0 | 4D | 6D | 0 | 3C | 2B | 19 | 157 | 30 | 35 |
| Octal | 300 | 115 | 155 | 0 | 74 | 53 | 31 | 527 | 60 | 65 |
| Binary | 11000000 | 1001101 | 1101101 | 0 | 111100 | 101011 | 11001 | 101010111 | 110000 | 110101 |
Color Harmonies of #C04D6D
Complementary color
Monochromatic Colors of #C04D6D
Black with #C04D6D
Text Example
Text Example
White with #C04D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D6D; }
p { color: rgb(192,77,109); }
H1.HeaderClassName
{
color: #C04D6D;
}
.AnyTagClassName
{
color: #C04D6D;
}
</style>
background-color css
<style>
a { background-color: #C04D6D; }
a { background-color: rgb(192,77,109); }
div.DivClassName
{
background-color: #C04D6D;
}
.BgClassName
{
background-color: #C04D6D;
}
</style>
border-color css
<style>
span { border-color: #C04D6D; }
span { border-color: rgb(192,77,109); }
td.TdClassName
{
border-color: #C04D6D;
}
.TagClassName
{
border-color: #C04D6D;
}
</style>