Shades of Careys Pink #C2A5AA
Tints of Careys Pink #C2A5AA
RGB
CMYK
RGB Variations
Color information
#C2A5AA (or 0xC2A5AA) is known color: Careys Pink. HEX triplet: C2, A5 and AA. RGB value is (194,165,170). Sum of RGB (Red+Green+Blue) = 194+165+170=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A5AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A5AA is #3D5A55. Grayscale: #AEAEAE. Windows color (decimal): -4020822 or 11183554. OLE color: 11183554.
HSL color Cylindrical-coordinate representation of color #C2A5AA: hue angle of 349.66º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2A5AA is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 170 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.24 |
| HSL | 349.66º | 0.19% | 0.7% | - |
| HSV(B) | 349.66º | 0.15% | 0.76% | - |
| XYZ | 42.96 | 41.28 | 43.73 | - |
| YUV | 174.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 170 | 0 | 0.15 | 0.12 | 0.24 | 349.66 | 0.19 | 0.7 |
| Hex | C2 | A5 | AA | 0 | F | C | 18 | 15E | 13 | 46 |
| Octal | 302 | 245 | 252 | 0 | 17 | 14 | 30 | 536 | 23 | 106 |
| Binary | 11000010 | 10100101 | 10101010 | 0 | 1111 | 1100 | 11000 | 101011110 | 10011 | 1000110 |
Color Harmonies of #C2A5AA
Complementary color
Monochromatic Colors of #C2A5AA
Black with #C2A5AA
Text Example
Text Example
White with #C2A5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A5AA; }
p { color: rgb(194,165,170); }
H1.HeaderClassName
{
color: #C2A5AA;
}
.AnyTagClassName
{
color: #C2A5AA;
}
</style>
background-color css
<style>
a { background-color: #C2A5AA; }
a { background-color: rgb(194,165,170); }
div.DivClassName
{
background-color: #C2A5AA;
}
.BgClassName
{
background-color: #C2A5AA;
}
</style>
border-color css
<style>
span { border-color: #C2A5AA; }
span { border-color: rgb(194,165,170); }
td.TdClassName
{
border-color: #C2A5AA;
}
.TagClassName
{
border-color: #C2A5AA;
}
</style>