Shades of Blush #C14162
Tints of Blush #C14162
RGB
CMYK
RGB Variations
Color information
#C14162 (or 0xC14162) is known color: Blush. HEX triplet: C1, 41 and 62. RGB value is (193,65,98). Sum of RGB (Red+Green+Blue) = 193+65+98=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C14162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14162 is #3EBE9D. Grayscale: #6B6B6B. Windows color (decimal): -4112030 or 6439361. OLE color: 6439361.
HSL color Cylindrical-coordinate representation of color #C14162: hue angle of 344.53º 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 #C14162 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 98 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.24 |
| HSL | 344.53º | 0.51% | 0.51% | - |
| HSV(B) | 344.53º | 0.66% | 0.76% | - |
| XYZ | 26.09 | 16 | 13.27 | - |
| YUV | 107.03 | 122.91 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 98 | 0 | 0.66 | 0.49 | 0.24 | 344.53 | 0.51 | 0.51 |
| Hex | C1 | 41 | 62 | 0 | 42 | 31 | 18 | 159 | 33 | 33 |
| Octal | 301 | 101 | 142 | 0 | 102 | 61 | 30 | 531 | 63 | 63 |
| Binary | 11000001 | 1000001 | 1100010 | 0 | 1000010 | 110001 | 11000 | 101011001 | 110011 | 110011 |
Color Harmonies of #C14162
Complementary color
Monochromatic Colors of #C14162
Black with #C14162
Text Example
Text Example
White with #C14162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14162; }
p { color: rgb(193,65,98); }
H1.HeaderClassName
{
color: #C14162;
}
.AnyTagClassName
{
color: #C14162;
}
</style>
background-color css
<style>
a { background-color: #C14162; }
a { background-color: rgb(193,65,98); }
div.DivClassName
{
background-color: #C14162;
}
.BgClassName
{
background-color: #C14162;
}
</style>
border-color css
<style>
span { border-color: #C14162; }
span { border-color: rgb(193,65,98); }
td.TdClassName
{
border-color: #C14162;
}
.TagClassName
{
border-color: #C14162;
}
</style>