Shades of Blush #C14769
Tints of Blush #C14769
RGB
CMYK
RGB Variations
Color information
#C14769 (or 0xC14769) is known color: Blush. HEX triplet: C1, 47 and 69. RGB value is (193,71,105). Sum of RGB (Red+Green+Blue) = 193+71+105=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C14769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14769 is #3EB896. Grayscale: #6F6F6F. Windows color (decimal): -4110487 or 6899649. OLE color: 6899649.
HSL color Cylindrical-coordinate representation of color #C14769: hue angle of 343.28º degrees, saturation: 0.5, 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 #C14769 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 105 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.24 |
| HSL | 343.28º | 0.5% | 0.52% | - |
| HSV(B) | 343.28º | 0.63% | 0.76% | - |
| XYZ | 26.8 | 16.86 | 15.21 | - |
| YUV | 111.35 | 124.42 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 105 | 0 | 0.63 | 0.46 | 0.24 | 343.28 | 0.5 | 0.52 |
| Hex | C1 | 47 | 69 | 0 | 3F | 2E | 18 | 157 | 32 | 34 |
| Octal | 301 | 107 | 151 | 0 | 77 | 56 | 30 | 527 | 62 | 64 |
| Binary | 11000001 | 1000111 | 1101001 | 0 | 111111 | 101110 | 11000 | 101010111 | 110010 | 110100 |
Color Harmonies of #C14769
Complementary color
Monochromatic Colors of #C14769
Black with #C14769
Text Example
Text Example
White with #C14769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14769; }
p { color: rgb(193,71,105); }
H1.HeaderClassName
{
color: #C14769;
}
.AnyTagClassName
{
color: #C14769;
}
</style>
background-color css
<style>
a { background-color: #C14769; }
a { background-color: rgb(193,71,105); }
div.DivClassName
{
background-color: #C14769;
}
.BgClassName
{
background-color: #C14769;
}
</style>
border-color css
<style>
span { border-color: #C14769; }
span { border-color: rgb(193,71,105); }
td.TdClassName
{
border-color: #C14769;
}
.TagClassName
{
border-color: #C14769;
}
</style>