Shades of Careys Pink #C29FA9
Tints of Careys Pink #C29FA9
RGB
CMYK
RGB Variations
Color information
#C29FA9 (or 0xC29FA9) is known color: Careys Pink. HEX triplet: C2, 9F and A9. RGB value is (194,159,169). Sum of RGB (Red+Green+Blue) = 194+159+169=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 169 (66.41% from 255 or 32.38% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29FA9 is #3D6056. Grayscale: #AAAAAA. Windows color (decimal): -4022359 or 11116482. OLE color: 11116482.
HSL color Cylindrical-coordinate representation of color #C29FA9: hue angle of 342.86º 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 #C29FA9 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 169 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.24 |
| HSL | 342.86º | 0.22% | 0.69% | - |
| HSV(B) | 342.86º | 0.18% | 0.76% | - |
| XYZ | 41.81 | 39.13 | 42.89 | - |
| YUV | 170.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 169 | 0 | 0.18 | 0.13 | 0.24 | 342.86 | 0.22 | 0.69 |
| Hex | C2 | 9F | A9 | 0 | 12 | D | 18 | 157 | 16 | 45 |
| Octal | 302 | 237 | 251 | 0 | 22 | 15 | 30 | 527 | 26 | 105 |
| Binary | 11000010 | 10011111 | 10101001 | 0 | 10010 | 1101 | 11000 | 101010111 | 10110 | 1000101 |
Color Harmonies of #C29FA9
Complementary color
Monochromatic Colors of #C29FA9
Black with #C29FA9
Text Example
Text Example
White with #C29FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29FA9; }
p { color: rgb(194,159,169); }
H1.HeaderClassName
{
color: #C29FA9;
}
.AnyTagClassName
{
color: #C29FA9;
}
</style>
background-color css
<style>
a { background-color: #C29FA9; }
a { background-color: rgb(194,159,169); }
div.DivClassName
{
background-color: #C29FA9;
}
.BgClassName
{
background-color: #C29FA9;
}
</style>
border-color css
<style>
span { border-color: #C29FA9; }
span { border-color: rgb(194,159,169); }
td.TdClassName
{
border-color: #C29FA9;
}
.TagClassName
{
border-color: #C29FA9;
}
</style>