Shades of Careys Pink #C8AAAF
Tints of Careys Pink #C8AAAF
RGB
CMYK
RGB Variations
Color information
#C8AAAF (or 0xC8AAAF) is known color: Careys Pink. HEX triplet: C8, AA and AF. RGB value is (200,170,175). Sum of RGB (Red+Green+Blue) = 200+170+175=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AAAF is #375550. Grayscale: #B3B3B3. Windows color (decimal): -3626321 or 11512520. OLE color: 11512520.
HSL color Cylindrical-coordinate representation of color #C8AAAF: hue angle of 350º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8AAAF is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 175 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.22 |
| HSL | 350º | 0.21% | 0.73% | - |
| HSV(B) | 350º | 0.15% | 0.78% | - |
| XYZ | 45.93 | 44.12 | 46.65 | - |
| YUV | 179.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 175 | 0 | 0.15 | 0.12 | 0.22 | 350 | 0.21 | 0.73 |
| Hex | C8 | AA | AF | 0 | F | C | 16 | 15E | 15 | 49 |
| Octal | 310 | 252 | 257 | 0 | 17 | 14 | 26 | 536 | 25 | 111 |
| Binary | 11001000 | 10101010 | 10101111 | 0 | 1111 | 1100 | 10110 | 101011110 | 10101 | 1001001 |
Color Harmonies of #C8AAAF
Complementary color
Monochromatic Colors of #C8AAAF
Black with #C8AAAF
Text Example
Text Example
White with #C8AAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AAAF; }
p { color: rgb(200,170,175); }
H1.HeaderClassName
{
color: #C8AAAF;
}
.AnyTagClassName
{
color: #C8AAAF;
}
</style>
background-color css
<style>
a { background-color: #C8AAAF; }
a { background-color: rgb(200,170,175); }
div.DivClassName
{
background-color: #C8AAAF;
}
.BgClassName
{
background-color: #C8AAAF;
}
</style>
border-color css
<style>
span { border-color: #C8AAAF; }
span { border-color: rgb(200,170,175); }
td.TdClassName
{
border-color: #C8AAAF;
}
.TagClassName
{
border-color: #C8AAAF;
}
</style>