Shades of Careys Pink #C29AA0
Tints of Careys Pink #C29AA0
RGB
CMYK
RGB Variations
Color information
#C29AA0 (or 0xC29AA0) is known color: Careys Pink. HEX triplet: C2, 9A and A0. RGB value is (194,154,160). Sum of RGB (Red+Green+Blue) = 194+154+160=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C29AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29AA0 is #3D655F. Grayscale: #A6A6A6. Windows color (decimal): -4023648 or 10525378. OLE color: 10525378.
HSL color Cylindrical-coordinate representation of color #C29AA0: hue angle of 351º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C29AA0 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 160 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.24 |
| HSL | 351º | 0.25% | 0.68% | - |
| HSV(B) | 351º | 0.21% | 0.76% | - |
| XYZ | 40.15 | 37.12 | 38.31 | - |
| YUV | 166.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 160 | 0 | 0.21 | 0.18 | 0.24 | 351 | 0.25 | 0.68 |
| Hex | C2 | 9A | A0 | 0 | 15 | 12 | 18 | 15F | 19 | 44 |
| Octal | 302 | 232 | 240 | 0 | 25 | 22 | 30 | 537 | 31 | 104 |
| Binary | 11000010 | 10011010 | 10100000 | 0 | 10101 | 10010 | 11000 | 101011111 | 11001 | 1000100 |
Color Harmonies of #C29AA0
Complementary color
Monochromatic Colors of #C29AA0
Black with #C29AA0
Text Example
Text Example
White with #C29AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29AA0; }
p { color: rgb(194,154,160); }
H1.HeaderClassName
{
color: #C29AA0;
}
.AnyTagClassName
{
color: #C29AA0;
}
</style>
background-color css
<style>
a { background-color: #C29AA0; }
a { background-color: rgb(194,154,160); }
div.DivClassName
{
background-color: #C29AA0;
}
.BgClassName
{
background-color: #C29AA0;
}
</style>
border-color css
<style>
span { border-color: #C29AA0; }
span { border-color: rgb(194,154,160); }
td.TdClassName
{
border-color: #C29AA0;
}
.TagClassName
{
border-color: #C29AA0;
}
</style>