Shades of Blush #C04D67
Tints of Blush #C04D67
RGB
CMYK
RGB Variations
Color information
#C04D67 (or 0xC04D67) is known color: Blush. HEX triplet: C0, 4D and 67. RGB value is (192,77,103). Sum of RGB (Red+Green+Blue) = 192+77+103=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D67 is #3FB298. Grayscale: #727272. Windows color (decimal): -4174489 or 6770112. OLE color: 6770112.
HSL color Cylindrical-coordinate representation of color #C04D67: hue angle of 346.43º 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 #C04D67 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 103 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.25 |
| HSL | 346.43º | 0.48% | 0.53% | - |
| HSV(B) | 346.43º | 0.6% | 0.75% | - |
| XYZ | 26.84 | 17.49 | 14.79 | - |
| YUV | 114.35 | 121.6 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 103 | 0 | 0.60 | 0.46 | 0.25 | 346.43 | 0.48 | 0.53 |
| Hex | C0 | 4D | 67 | 0 | 3C | 2E | 19 | 15A | 30 | 35 |
| Octal | 300 | 115 | 147 | 0 | 74 | 56 | 31 | 532 | 60 | 65 |
| Binary | 11000000 | 1001101 | 1100111 | 0 | 111100 | 101110 | 11001 | 101011010 | 110000 | 110101 |
Color Harmonies of #C04D67
Complementary color
Monochromatic Colors of #C04D67
Black with #C04D67
Text Example
Text Example
White with #C04D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D67; }
p { color: rgb(192,77,103); }
H1.HeaderClassName
{
color: #C04D67;
}
.AnyTagClassName
{
color: #C04D67;
}
</style>
background-color css
<style>
a { background-color: #C04D67; }
a { background-color: rgb(192,77,103); }
div.DivClassName
{
background-color: #C04D67;
}
.BgClassName
{
background-color: #C04D67;
}
</style>
border-color css
<style>
span { border-color: #C04D67; }
span { border-color: rgb(192,77,103); }
td.TdClassName
{
border-color: #C04D67;
}
.TagClassName
{
border-color: #C04D67;
}
</style>