Shades of Blush #C05161
Tints of Blush #C05161
RGB
CMYK
RGB Variations
Color information
#C05161 (or 0xC05161) is known color: Blush. HEX triplet: C0, 51 and 61. RGB value is (192,81,97). Sum of RGB (Red+Green+Blue) = 192+81+97=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C05161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05161 is #3FAE9E. Grayscale: #747474. Windows color (decimal): -4173471 or 6377920. OLE color: 6377920.
HSL color Cylindrical-coordinate representation of color #C05161: hue angle of 351.35º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05161 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 97 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.25 |
| HSL | 351.35º | 0.47% | 0.54% | - |
| HSV(B) | 351.35º | 0.58% | 0.75% | - |
| XYZ | 26.84 | 17.95 | 13.36 | - |
| YUV | 116.01 | 117.27 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 97 | 0 | 0.58 | 0.49 | 0.25 | 351.35 | 0.47 | 0.54 |
| Hex | C0 | 51 | 61 | 0 | 3A | 31 | 19 | 15F | 2F | 36 |
| Octal | 300 | 121 | 141 | 0 | 72 | 61 | 31 | 537 | 57 | 66 |
| Binary | 11000000 | 1010001 | 1100001 | 0 | 111010 | 110001 | 11001 | 101011111 | 101111 | 110110 |
Color Harmonies of #C05161
Complementary color
Monochromatic Colors of #C05161
Black with #C05161
Text Example
Text Example
White with #C05161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05161; }
p { color: rgb(192,81,97); }
H1.HeaderClassName
{
color: #C05161;
}
.AnyTagClassName
{
color: #C05161;
}
</style>
background-color css
<style>
a { background-color: #C05161; }
a { background-color: rgb(192,81,97); }
div.DivClassName
{
background-color: #C05161;
}
.BgClassName
{
background-color: #C05161;
}
</style>
border-color css
<style>
span { border-color: #C05161; }
span { border-color: rgb(192,81,97); }
td.TdClassName
{
border-color: #C05161;
}
.TagClassName
{
border-color: #C05161;
}
</style>