Shades of Careys Pink #C19AA0
Tints of Careys Pink #C19AA0
RGB
CMYK
RGB Variations
Color information
#C19AA0 (or 0xC19AA0) is known color: Careys Pink. HEX triplet: C1, 9A and A0. RGB value is (193,154,160). Sum of RGB (Red+Green+Blue) = 193+154+160=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 193 - color contains mainly: red. Hex color #C19AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19AA0 is #3E655F. Grayscale: #A6A6A6. Windows color (decimal): -4089184 or 10525377. OLE color: 10525377.
HSL color Cylindrical-coordinate representation of color #C19AA0: hue angle of 350.77º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C19AA0 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 160 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.24 |
| HSL | 350.77º | 0.24% | 0.68% | - |
| HSV(B) | 350.77º | 0.2% | 0.76% | - |
| XYZ | 39.89 | 36.99 | 38.29 | - |
| YUV | 166.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 160 | 0 | 0.20 | 0.17 | 0.24 | 350.77 | 0.24 | 0.68 |
| Hex | C1 | 9A | A0 | 0 | 14 | 11 | 18 | 15F | 18 | 44 |
| Octal | 301 | 232 | 240 | 0 | 24 | 21 | 30 | 537 | 30 | 104 |
| Binary | 11000001 | 10011010 | 10100000 | 0 | 10100 | 10001 | 11000 | 101011111 | 11000 | 1000100 |
Color Harmonies of #C19AA0
Complementary color
Monochromatic Colors of #C19AA0
Black with #C19AA0
Text Example
Text Example
White with #C19AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19AA0; }
p { color: rgb(193,154,160); }
H1.HeaderClassName
{
color: #C19AA0;
}
.AnyTagClassName
{
color: #C19AA0;
}
</style>
background-color css
<style>
a { background-color: #C19AA0; }
a { background-color: rgb(193,154,160); }
div.DivClassName
{
background-color: #C19AA0;
}
.BgClassName
{
background-color: #C19AA0;
}
</style>
border-color css
<style>
span { border-color: #C19AA0; }
span { border-color: rgb(193,154,160); }
td.TdClassName
{
border-color: #C19AA0;
}
.TagClassName
{
border-color: #C19AA0;
}
</style>