Shades of Blush #C04E6B
Tints of Blush #C04E6B
RGB
CMYK
RGB Variations
Color information
#C04E6B (or 0xC04E6B) is known color: Blush. HEX triplet: C0, 4E and 6B. RGB value is (192,78,107). Sum of RGB (Red+Green+Blue) = 192+78+107=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04E6B is #3FB194. Grayscale: #737373. Windows color (decimal): -4174229 or 7032512. OLE color: 7032512.
HSL color Cylindrical-coordinate representation of color #C04E6B: hue angle of 344.74º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04E6B is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 107 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.25 |
| HSL | 344.74º | 0.48% | 0.53% | - |
| HSV(B) | 344.74º | 0.59% | 0.75% | - |
| XYZ | 27.12 | 17.72 | 15.9 | - |
| YUV | 115.39 | 123.27 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 107 | 0 | 0.59 | 0.44 | 0.25 | 344.74 | 0.48 | 0.53 |
| Hex | C0 | 4E | 6B | 0 | 3B | 2C | 19 | 159 | 30 | 35 |
| Octal | 300 | 116 | 153 | 0 | 73 | 54 | 31 | 531 | 60 | 65 |
| Binary | 11000000 | 1001110 | 1101011 | 0 | 111011 | 101100 | 11001 | 101011001 | 110000 | 110101 |
Color Harmonies of #C04E6B
Complementary color
Monochromatic Colors of #C04E6B
Black with #C04E6B
Text Example
Text Example
White with #C04E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E6B; }
p { color: rgb(192,78,107); }
H1.HeaderClassName
{
color: #C04E6B;
}
.AnyTagClassName
{
color: #C04E6B;
}
</style>
background-color css
<style>
a { background-color: #C04E6B; }
a { background-color: rgb(192,78,107); }
div.DivClassName
{
background-color: #C04E6B;
}
.BgClassName
{
background-color: #C04E6B;
}
</style>
border-color css
<style>
span { border-color: #C04E6B; }
span { border-color: rgb(192,78,107); }
td.TdClassName
{
border-color: #C04E6B;
}
.TagClassName
{
border-color: #C04E6B;
}
</style>