Shades of Careys Pink #C19FA9
Tints of Careys Pink #C19FA9
RGB
CMYK
RGB Variations
Color information
#C19FA9 (or 0xC19FA9) is known color: Careys Pink. HEX triplet: C1, 9F and A9. RGB value is (193,159,169). Sum of RGB (Red+Green+Blue) = 193+159+169=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 193 - color contains mainly: red. Hex color #C19FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19FA9 is #3E6056. Grayscale: #AAAAAA. Windows color (decimal): -4087895 or 11116481. OLE color: 11116481.
HSL color Cylindrical-coordinate representation of color #C19FA9: hue angle of 342.35º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C19FA9 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 159 | 169 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.24 |
| HSL | 342.35º | 0.22% | 0.69% | - |
| HSV(B) | 342.35º | 0.18% | 0.76% | - |
| XYZ | 41.55 | 39 | 42.87 | - |
| YUV | 170.31 | 127.26 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 159 | 169 | 0 | 0.18 | 0.12 | 0.24 | 342.35 | 0.22 | 0.69 |
| Hex | C1 | 9F | A9 | 0 | 12 | C | 18 | 156 | 16 | 45 |
| Octal | 301 | 237 | 251 | 0 | 22 | 14 | 30 | 526 | 26 | 105 |
| Binary | 11000001 | 10011111 | 10101001 | 0 | 10010 | 1100 | 11000 | 101010110 | 10110 | 1000101 |
Color Harmonies of #C19FA9
Complementary color
Monochromatic Colors of #C19FA9
Black with #C19FA9
Text Example
Text Example
White with #C19FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19FA9; }
p { color: rgb(193,159,169); }
H1.HeaderClassName
{
color: #C19FA9;
}
.AnyTagClassName
{
color: #C19FA9;
}
</style>
background-color css
<style>
a { background-color: #C19FA9; }
a { background-color: rgb(193,159,169); }
div.DivClassName
{
background-color: #C19FA9;
}
.BgClassName
{
background-color: #C19FA9;
}
</style>
border-color css
<style>
span { border-color: #C19FA9; }
span { border-color: rgb(193,159,169); }
td.TdClassName
{
border-color: #C19FA9;
}
.TagClassName
{
border-color: #C19FA9;
}
</style>