Shades of Blush #C14161
Tints of Blush #C14161
RGB
CMYK
RGB Variations
Color information
#C14161 (or 0xC14161) is known color: Blush. HEX triplet: C1, 41 and 61. RGB value is (193,65,97). Sum of RGB (Red+Green+Blue) = 193+65+97=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C14161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14161 is #3EBE9E. Grayscale: #6A6A6A. Windows color (decimal): -4112031 or 6373825. OLE color: 6373825.
HSL color Cylindrical-coordinate representation of color #C14161: hue angle of 345º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14161 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 97 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.24 |
| HSL | 345º | 0.51% | 0.51% | - |
| HSV(B) | 345º | 0.66% | 0.76% | - |
| XYZ | 26.04 | 15.98 | 13.02 | - |
| YUV | 106.92 | 122.41 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 97 | 0 | 0.66 | 0.50 | 0.24 | 345 | 0.51 | 0.51 |
| Hex | C1 | 41 | 61 | 0 | 42 | 32 | 18 | 159 | 33 | 33 |
| Octal | 301 | 101 | 141 | 0 | 102 | 62 | 30 | 531 | 63 | 63 |
| Binary | 11000001 | 1000001 | 1100001 | 0 | 1000010 | 110010 | 11000 | 101011001 | 110011 | 110011 |
Color Harmonies of #C14161
Complementary color
Monochromatic Colors of #C14161
Black with #C14161
Text Example
Text Example
White with #C14161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14161; }
p { color: rgb(193,65,97); }
H1.HeaderClassName
{
color: #C14161;
}
.AnyTagClassName
{
color: #C14161;
}
</style>
background-color css
<style>
a { background-color: #C14161; }
a { background-color: rgb(193,65,97); }
div.DivClassName
{
background-color: #C14161;
}
.BgClassName
{
background-color: #C14161;
}
</style>
border-color css
<style>
span { border-color: #C14161; }
span { border-color: rgb(193,65,97); }
td.TdClassName
{
border-color: #C14161;
}
.TagClassName
{
border-color: #C14161;
}
</style>