Shades of Blush #C14866
Tints of Blush #C14866
RGB
CMYK
RGB Variations
Color information
#C14866 (or 0xC14866) is known color: Blush. HEX triplet: C1, 48 and 66. RGB value is (193,72,102). Sum of RGB (Red+Green+Blue) = 193+72+102=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C14866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14866 is #3EB799. Grayscale: #6F6F6F. Windows color (decimal): -4110234 or 6703297. OLE color: 6703297.
HSL color Cylindrical-coordinate representation of color #C14866: hue angle of 345.12º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C14866 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 102 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.24 |
| HSL | 345.12º | 0.49% | 0.52% | - |
| HSV(B) | 345.12º | 0.63% | 0.76% | - |
| XYZ | 26.71 | 16.93 | 14.43 | - |
| YUV | 111.6 | 122.59 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 102 | 0 | 0.63 | 0.47 | 0.24 | 345.12 | 0.49 | 0.52 |
| Hex | C1 | 48 | 66 | 0 | 3F | 2F | 18 | 159 | 31 | 34 |
| Octal | 301 | 110 | 146 | 0 | 77 | 57 | 30 | 531 | 61 | 64 |
| Binary | 11000001 | 1001000 | 1100110 | 0 | 111111 | 101111 | 11000 | 101011001 | 110001 | 110100 |
Color Harmonies of #C14866
Complementary color
Monochromatic Colors of #C14866
Black with #C14866
Text Example
Text Example
White with #C14866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14866; }
p { color: rgb(193,72,102); }
H1.HeaderClassName
{
color: #C14866;
}
.AnyTagClassName
{
color: #C14866;
}
</style>
background-color css
<style>
a { background-color: #C14866; }
a { background-color: rgb(193,72,102); }
div.DivClassName
{
background-color: #C14866;
}
.BgClassName
{
background-color: #C14866;
}
</style>
border-color css
<style>
span { border-color: #C14866; }
span { border-color: rgb(193,72,102); }
td.TdClassName
{
border-color: #C14866;
}
.TagClassName
{
border-color: #C14866;
}
</style>