Shades of Careys Pink #C29FA8
Tints of Careys Pink #C29FA8
RGB
CMYK
RGB Variations
Color information
#C29FA8 (or 0xC29FA8) is known color: Careys Pink. HEX triplet: C2, 9F and A8. RGB value is (194,159,168). Sum of RGB (Red+Green+Blue) = 194+159+168=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29FA8 is #3D6057. Grayscale: #AAAAAA. Windows color (decimal): -4022360 or 11050946. OLE color: 11050946.
HSL color Cylindrical-coordinate representation of color #C29FA8: hue angle of 344.57º 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 #C29FA8 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 168 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.24 |
| HSL | 344.57º | 0.22% | 0.69% | - |
| HSV(B) | 344.57º | 0.18% | 0.76% | - |
| XYZ | 41.71 | 39.09 | 42.39 | - |
| YUV | 170.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 168 | 0 | 0.18 | 0.13 | 0.24 | 344.57 | 0.22 | 0.69 |
| Hex | C2 | 9F | A8 | 0 | 12 | D | 18 | 159 | 16 | 45 |
| Octal | 302 | 237 | 250 | 0 | 22 | 15 | 30 | 531 | 26 | 105 |
| Binary | 11000010 | 10011111 | 10101000 | 0 | 10010 | 1101 | 11000 | 101011001 | 10110 | 1000101 |
Color Harmonies of #C29FA8
Complementary color
Monochromatic Colors of #C29FA8
Black with #C29FA8
Text Example
Text Example
White with #C29FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29FA8; }
p { color: rgb(194,159,168); }
H1.HeaderClassName
{
color: #C29FA8;
}
.AnyTagClassName
{
color: #C29FA8;
}
</style>
background-color css
<style>
a { background-color: #C29FA8; }
a { background-color: rgb(194,159,168); }
div.DivClassName
{
background-color: #C29FA8;
}
.BgClassName
{
background-color: #C29FA8;
}
</style>
border-color css
<style>
span { border-color: #C29FA8; }
span { border-color: rgb(194,159,168); }
td.TdClassName
{
border-color: #C29FA8;
}
.TagClassName
{
border-color: #C29FA8;
}
</style>