Shades of Blush #C04F6D
Tints of Blush #C04F6D
RGB
CMYK
RGB Variations
Color information
#C04F6D (or 0xC04F6D) is known color: Blush. HEX triplet: C0, 4F and 6D. RGB value is (192,79,109). Sum of RGB (Red+Green+Blue) = 192+79+109=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04F6D is #3FB092. Grayscale: #747474. Windows color (decimal): -4173971 or 7163840. OLE color: 7163840.
HSL color Cylindrical-coordinate representation of color #C04F6D: hue angle of 344.07º 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 #C04F6D is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 109 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.25 |
| HSL | 344.07º | 0.47% | 0.53% | - |
| HSV(B) | 344.07º | 0.59% | 0.75% | - |
| XYZ | 27.29 | 17.9 | 16.48 | - |
| YUV | 116.21 | 123.94 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 109 | 0 | 0.59 | 0.43 | 0.25 | 344.07 | 0.47 | 0.53 |
| Hex | C0 | 4F | 6D | 0 | 3B | 2B | 19 | 158 | 2F | 35 |
| Octal | 300 | 117 | 155 | 0 | 73 | 53 | 31 | 530 | 57 | 65 |
| Binary | 11000000 | 1001111 | 1101101 | 0 | 111011 | 101011 | 11001 | 101011000 | 101111 | 110101 |
Color Harmonies of #C04F6D
Complementary color
Monochromatic Colors of #C04F6D
Black with #C04F6D
Text Example
Text Example
White with #C04F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F6D; }
p { color: rgb(192,79,109); }
H1.HeaderClassName
{
color: #C04F6D;
}
.AnyTagClassName
{
color: #C04F6D;
}
</style>
background-color css
<style>
a { background-color: #C04F6D; }
a { background-color: rgb(192,79,109); }
div.DivClassName
{
background-color: #C04F6D;
}
.BgClassName
{
background-color: #C04F6D;
}
</style>
border-color css
<style>
span { border-color: #C04F6D; }
span { border-color: rgb(192,79,109); }
td.TdClassName
{
border-color: #C04F6D;
}
.TagClassName
{
border-color: #C04F6D;
}
</style>