Shades of Blush #C04F66
Tints of Blush #C04F66
RGB
CMYK
RGB Variations
Color information
#C04F66 (or 0xC04F66) is known color: Blush. HEX triplet: C0, 4F and 66. RGB value is (192,79,102). Sum of RGB (Red+Green+Blue) = 192+79+102=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04F66 is #3FB099. Grayscale: #737373. Windows color (decimal): -4173978 or 6705088. OLE color: 6705088.
HSL color Cylindrical-coordinate representation of color #C04F66: hue angle of 347.79º 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 #C04F66 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 102 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.25 |
| HSL | 347.79º | 0.47% | 0.53% | - |
| HSV(B) | 347.79º | 0.59% | 0.75% | - |
| XYZ | 26.93 | 17.76 | 14.58 | - |
| YUV | 115.41 | 120.44 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 102 | 0 | 0.59 | 0.47 | 0.25 | 347.79 | 0.47 | 0.53 |
| Hex | C0 | 4F | 66 | 0 | 3B | 2F | 19 | 15C | 2F | 35 |
| Octal | 300 | 117 | 146 | 0 | 73 | 57 | 31 | 534 | 57 | 65 |
| Binary | 11000000 | 1001111 | 1100110 | 0 | 111011 | 101111 | 11001 | 101011100 | 101111 | 110101 |
Color Harmonies of #C04F66
Complementary color
Monochromatic Colors of #C04F66
Black with #C04F66
Text Example
Text Example
White with #C04F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F66; }
p { color: rgb(192,79,102); }
H1.HeaderClassName
{
color: #C04F66;
}
.AnyTagClassName
{
color: #C04F66;
}
</style>
background-color css
<style>
a { background-color: #C04F66; }
a { background-color: rgb(192,79,102); }
div.DivClassName
{
background-color: #C04F66;
}
.BgClassName
{
background-color: #C04F66;
}
</style>
border-color css
<style>
span { border-color: #C04F66; }
span { border-color: rgb(192,79,102); }
td.TdClassName
{
border-color: #C04F66;
}
.TagClassName
{
border-color: #C04F66;
}
</style>