Shades of Blush #C04865
Tints of Blush #C04865
RGB
CMYK
RGB Variations
Color information
#C04865 (or 0xC04865) is known color: Blush. HEX triplet: C0, 48 and 65. RGB value is (192,72,101). Sum of RGB (Red+Green+Blue) = 192+72+101=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C04865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04865 is #3FB79A. Grayscale: #6F6F6F. Windows color (decimal): -4175771 or 6637760. OLE color: 6637760.
HSL color Cylindrical-coordinate representation of color #C04865: hue angle of 345.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04865 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 101 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.25 |
| HSL | 345.5º | 0.49% | 0.52% | - |
| HSV(B) | 345.5º | 0.63% | 0.75% | - |
| XYZ | 26.4 | 16.78 | 14.16 | - |
| YUV | 111.19 | 122.26 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 101 | 0 | 0.63 | 0.47 | 0.25 | 345.5 | 0.49 | 0.52 |
| Hex | C0 | 48 | 65 | 0 | 3F | 2F | 19 | 15A | 31 | 34 |
| Octal | 300 | 110 | 145 | 0 | 77 | 57 | 31 | 532 | 61 | 64 |
| Binary | 11000000 | 1001000 | 1100101 | 0 | 111111 | 101111 | 11001 | 101011010 | 110001 | 110100 |
Color Harmonies of #C04865
Complementary color
Monochromatic Colors of #C04865
Black with #C04865
Text Example
Text Example
White with #C04865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04865; }
p { color: rgb(192,72,101); }
H1.HeaderClassName
{
color: #C04865;
}
.AnyTagClassName
{
color: #C04865;
}
</style>
background-color css
<style>
a { background-color: #C04865; }
a { background-color: rgb(192,72,101); }
div.DivClassName
{
background-color: #C04865;
}
.BgClassName
{
background-color: #C04865;
}
</style>
border-color css
<style>
span { border-color: #C04865; }
span { border-color: rgb(192,72,101); }
td.TdClassName
{
border-color: #C04865;
}
.TagClassName
{
border-color: #C04865;
}
</style>