Shades of Blush #C04161
Tints of Blush #C04161
RGB
CMYK
RGB Variations
Color information
#C04161 (or 0xC04161) is known color: Blush. HEX triplet: C0, 41 and 61. RGB value is (192,65,97). Sum of RGB (Red+Green+Blue) = 192+65+97=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C04161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04161 is #3FBE9E. Grayscale: #6A6A6A. Windows color (decimal): -4177567 or 6373824. OLE color: 6373824.
HSL color Cylindrical-coordinate representation of color #C04161: hue angle of 344.88º 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 #C04161 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 97 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.25 |
| HSL | 344.88º | 0.5% | 0.5% | - |
| HSV(B) | 344.88º | 0.66% | 0.75% | - |
| XYZ | 25.79 | 15.85 | 13.01 | - |
| YUV | 106.62 | 122.58 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 97 | 0 | 0.66 | 0.49 | 0.25 | 344.88 | 0.5 | 0.5 |
| Hex | C0 | 41 | 61 | 0 | 42 | 31 | 19 | 159 | 32 | 32 |
| Octal | 300 | 101 | 141 | 0 | 102 | 61 | 31 | 531 | 62 | 62 |
| Binary | 11000000 | 1000001 | 1100001 | 0 | 1000010 | 110001 | 11001 | 101011001 | 110010 | 110010 |
Color Harmonies of #C04161
Complementary color
Monochromatic Colors of #C04161
Black with #C04161
Text Example
Text Example
White with #C04161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04161; }
p { color: rgb(192,65,97); }
H1.HeaderClassName
{
color: #C04161;
}
.AnyTagClassName
{
color: #C04161;
}
</style>
background-color css
<style>
a { background-color: #C04161; }
a { background-color: rgb(192,65,97); }
div.DivClassName
{
background-color: #C04161;
}
.BgClassName
{
background-color: #C04161;
}
</style>
border-color css
<style>
span { border-color: #C04161; }
span { border-color: rgb(192,65,97); }
td.TdClassName
{
border-color: #C04161;
}
.TagClassName
{
border-color: #C04161;
}
</style>