Shades of Careys Pink #C29AA4
Tints of Careys Pink #C29AA4
RGB
CMYK
RGB Variations
Color information
#C29AA4 (or 0xC29AA4) is known color: Careys Pink. HEX triplet: C2, 9A and A4. RGB value is (194,154,164). Sum of RGB (Red+Green+Blue) = 194+154+164=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C29AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29AA4 is #3D655B. Grayscale: #A7A7A7. Windows color (decimal): -4023644 or 10787522. OLE color: 10787522.
HSL color Cylindrical-coordinate representation of color #C29AA4: hue angle of 345º 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 #C29AA4 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 164 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.24 |
| HSL | 345º | 0.25% | 0.68% | - |
| HSV(B) | 345º | 0.21% | 0.76% | - |
| XYZ | 40.5 | 37.26 | 40.18 | - |
| YUV | 167.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 164 | 0 | 0.21 | 0.15 | 0.24 | 345 | 0.25 | 0.68 |
| Hex | C2 | 9A | A4 | 0 | 15 | F | 18 | 159 | 19 | 44 |
| Octal | 302 | 232 | 244 | 0 | 25 | 17 | 30 | 531 | 31 | 104 |
| Binary | 11000010 | 10011010 | 10100100 | 0 | 10101 | 1111 | 11000 | 101011001 | 11001 | 1000100 |
Color Harmonies of #C29AA4
Complementary color
Monochromatic Colors of #C29AA4
Black with #C29AA4
Text Example
Text Example
White with #C29AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29AA4; }
p { color: rgb(194,154,164); }
H1.HeaderClassName
{
color: #C29AA4;
}
.AnyTagClassName
{
color: #C29AA4;
}
</style>
background-color css
<style>
a { background-color: #C29AA4; }
a { background-color: rgb(194,154,164); }
div.DivClassName
{
background-color: #C29AA4;
}
.BgClassName
{
background-color: #C29AA4;
}
</style>
border-color css
<style>
span { border-color: #C29AA4; }
span { border-color: rgb(194,154,164); }
td.TdClassName
{
border-color: #C29AA4;
}
.TagClassName
{
border-color: #C29AA4;
}
</style>