Shades of Careys Pink #C29FAA
Tints of Careys Pink #C29FAA
RGB
CMYK
RGB Variations
Color information
#C29FAA (or 0xC29FAA) is known color: Careys Pink. HEX triplet: C2, 9F and AA. RGB value is (194,159,170). Sum of RGB (Red+Green+Blue) = 194+159+170=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29FAA is #3D6055. Grayscale: #AAAAAA. Windows color (decimal): -4022358 or 11182018. OLE color: 11182018.
HSL color Cylindrical-coordinate representation of color #C29FAA: hue angle of 341.14º 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 #C29FAA is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 170 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.24 |
| HSL | 341.14º | 0.22% | 0.69% | - |
| HSV(B) | 341.14º | 0.18% | 0.76% | - |
| XYZ | 41.9 | 39.17 | 43.38 | - |
| YUV | 170.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 170 | 0 | 0.18 | 0.12 | 0.24 | 341.14 | 0.22 | 0.69 |
| Hex | C2 | 9F | AA | 0 | 12 | C | 18 | 155 | 16 | 45 |
| Octal | 302 | 237 | 252 | 0 | 22 | 14 | 30 | 525 | 26 | 105 |
| Binary | 11000010 | 10011111 | 10101010 | 0 | 10010 | 1100 | 11000 | 101010101 | 10110 | 1000101 |
Color Harmonies of #C29FAA
Complementary color
Monochromatic Colors of #C29FAA
Black with #C29FAA
Text Example
Text Example
White with #C29FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29FAA; }
p { color: rgb(194,159,170); }
H1.HeaderClassName
{
color: #C29FAA;
}
.AnyTagClassName
{
color: #C29FAA;
}
</style>
background-color css
<style>
a { background-color: #C29FAA; }
a { background-color: rgb(194,159,170); }
div.DivClassName
{
background-color: #C29FAA;
}
.BgClassName
{
background-color: #C29FAA;
}
</style>
border-color css
<style>
span { border-color: #C29FAA; }
span { border-color: rgb(194,159,170); }
td.TdClassName
{
border-color: #C29FAA;
}
.TagClassName
{
border-color: #C29FAA;
}
</style>