Shades of Careys Pink #C6A9AA
Tints of Careys Pink #C6A9AA
RGB
CMYK
RGB Variations
Color information
#C6A9AA (or 0xC6A9AA) is known color: Careys Pink. HEX triplet: C6, A9 and AA. RGB value is (198,169,170). Sum of RGB (Red+Green+Blue) = 198+169+170=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A9AA is #395655. Grayscale: #B1B1B1. Windows color (decimal): -3757654 or 11184582. OLE color: 11184582.
HSL color Cylindrical-coordinate representation of color #C6A9AA: hue angle of 357.93º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6A9AA is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 169 | 170 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.22 |
| HSL | 357.93º | 0.2% | 0.72% | - |
| HSV(B) | 357.93º | 0.15% | 0.78% | - |
| XYZ | 44.73 | 43.28 | 44.03 | - |
| YUV | 177.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 169 | 170 | 0 | 0.15 | 0.14 | 0.22 | 357.93 | 0.2 | 0.72 |
| Hex | C6 | A9 | AA | 0 | F | E | 16 | 166 | 14 | 48 |
| Octal | 306 | 251 | 252 | 0 | 17 | 16 | 26 | 546 | 24 | 110 |
| Binary | 11000110 | 10101001 | 10101010 | 0 | 1111 | 1110 | 10110 | 101100110 | 10100 | 1001000 |
Color Harmonies of #C6A9AA
Complementary color
Monochromatic Colors of #C6A9AA
Black with #C6A9AA
Text Example
Text Example
White with #C6A9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A9AA; }
p { color: rgb(198,169,170); }
H1.HeaderClassName
{
color: #C6A9AA;
}
.AnyTagClassName
{
color: #C6A9AA;
}
</style>
background-color css
<style>
a { background-color: #C6A9AA; }
a { background-color: rgb(198,169,170); }
div.DivClassName
{
background-color: #C6A9AA;
}
.BgClassName
{
background-color: #C6A9AA;
}
</style>
border-color css
<style>
span { border-color: #C6A9AA; }
span { border-color: rgb(198,169,170); }
td.TdClassName
{
border-color: #C6A9AA;
}
.TagClassName
{
border-color: #C6A9AA;
}
</style>