Shades of Blush #C04164
Tints of Blush #C04164
RGB
CMYK
RGB Variations
Color information
#C04164 (or 0xC04164) is known color: Blush. HEX triplet: C0, 41 and 64. RGB value is (192,65,100). Sum of RGB (Red+Green+Blue) = 192+65+100=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C04164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04164 is #3FBE9B. Grayscale: #6A6A6A. Windows color (decimal): -4177564 or 6570432. OLE color: 6570432.
HSL color Cylindrical-coordinate representation of color #C04164: hue angle of 343.46º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04164 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 100 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.25 |
| HSL | 343.46º | 0.5% | 0.5% | - |
| HSV(B) | 343.46º | 0.66% | 0.75% | - |
| XYZ | 25.93 | 15.91 | 13.76 | - |
| YUV | 106.96 | 124.08 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 100 | 0 | 0.66 | 0.48 | 0.25 | 343.46 | 0.5 | 0.5 |
| Hex | C0 | 41 | 64 | 0 | 42 | 30 | 19 | 157 | 32 | 32 |
| Octal | 300 | 101 | 144 | 0 | 102 | 60 | 31 | 527 | 62 | 62 |
| Binary | 11000000 | 1000001 | 1100100 | 0 | 1000010 | 110000 | 11001 | 101010111 | 110010 | 110010 |
Color Harmonies of #C04164
Complementary color
Monochromatic Colors of #C04164
Black with #C04164
Text Example
Text Example
White with #C04164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04164; }
p { color: rgb(192,65,100); }
H1.HeaderClassName
{
color: #C04164;
}
.AnyTagClassName
{
color: #C04164;
}
</style>
background-color css
<style>
a { background-color: #C04164; }
a { background-color: rgb(192,65,100); }
div.DivClassName
{
background-color: #C04164;
}
.BgClassName
{
background-color: #C04164;
}
</style>
border-color css
<style>
span { border-color: #C04164; }
span { border-color: rgb(192,65,100); }
td.TdClassName
{
border-color: #C04164;
}
.TagClassName
{
border-color: #C04164;
}
</style>