Shades of Careys Pink #C6A6AB
Tints of Careys Pink #C6A6AB
RGB
CMYK
RGB Variations
Color information
#C6A6AB (or 0xC6A6AB) is known color: Careys Pink. HEX triplet: C6, A6 and AB. RGB value is (198,166,171). Sum of RGB (Red+Green+Blue) = 198+166+171=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A6AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A6AB is #395954. Grayscale: #B0B0B0. Windows color (decimal): -3758421 or 11249350. OLE color: 11249350.
HSL color Cylindrical-coordinate representation of color #C6A6AB: hue angle of 350.62º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6A6AB is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 166 | 171 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.22 |
| HSL | 350.63º | 0.22% | 0.71% | - |
| HSV(B) | 350.63º | 0.16% | 0.78% | - |
| XYZ | 44.28 | 42.22 | 44.34 | - |
| YUV | 176.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 166 | 171 | 0 | 0.16 | 0.14 | 0.22 | 350.63 | 0.22 | 0.71 |
| Hex | C6 | A6 | AB | 0 | 10 | E | 16 | 15F | 16 | 47 |
| Octal | 306 | 246 | 253 | 0 | 20 | 16 | 26 | 537 | 26 | 107 |
| Binary | 11000110 | 10100110 | 10101011 | 0 | 10000 | 1110 | 10110 | 101011111 | 10110 | 1000111 |
Color Harmonies of #C6A6AB
Complementary color
Monochromatic Colors of #C6A6AB
Black with #C6A6AB
Text Example
Text Example
White with #C6A6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A6AB; }
p { color: rgb(198,166,171); }
H1.HeaderClassName
{
color: #C6A6AB;
}
.AnyTagClassName
{
color: #C6A6AB;
}
</style>
background-color css
<style>
a { background-color: #C6A6AB; }
a { background-color: rgb(198,166,171); }
div.DivClassName
{
background-color: #C6A6AB;
}
.BgClassName
{
background-color: #C6A6AB;
}
</style>
border-color css
<style>
span { border-color: #C6A6AB; }
span { border-color: rgb(198,166,171); }
td.TdClassName
{
border-color: #C6A6AB;
}
.TagClassName
{
border-color: #C6A6AB;
}
</style>