Shades of Careys Pink #C6AAAB
Tints of Careys Pink #C6AAAB
RGB
CMYK
RGB Variations
Color information
#C6AAAB (or 0xC6AAAB) is known color: Careys Pink. HEX triplet: C6, AA and AB. RGB value is (198,170,171). Sum of RGB (Red+Green+Blue) = 198+170+171=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AAAB is #395554. Grayscale: #B2B2B2. Windows color (decimal): -3757397 or 11250374. OLE color: 11250374.
HSL color Cylindrical-coordinate representation of color #C6AAAB: hue angle of 357.86º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6AAAB is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 170 | 171 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.22 |
| HSL | 357.86º | 0.2% | 0.72% | - |
| HSV(B) | 357.86º | 0.14% | 0.78% | - |
| XYZ | 45.01 | 43.7 | 44.59 | - |
| YUV | 178.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 171 | 0 | 0.14 | 0.14 | 0.22 | 357.86 | 0.2 | 0.72 |
| Hex | C6 | AA | AB | 0 | E | E | 16 | 166 | 14 | 48 |
| Octal | 306 | 252 | 253 | 0 | 16 | 16 | 26 | 546 | 24 | 110 |
| Binary | 11000110 | 10101010 | 10101011 | 0 | 1110 | 1110 | 10110 | 101100110 | 10100 | 1001000 |
Color Harmonies of #C6AAAB
Complementary color
Monochromatic Colors of #C6AAAB
Black with #C6AAAB
Text Example
Text Example
White with #C6AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AAAB; }
p { color: rgb(198,170,171); }
H1.HeaderClassName
{
color: #C6AAAB;
}
.AnyTagClassName
{
color: #C6AAAB;
}
</style>
background-color css
<style>
a { background-color: #C6AAAB; }
a { background-color: rgb(198,170,171); }
div.DivClassName
{
background-color: #C6AAAB;
}
.BgClassName
{
background-color: #C6AAAB;
}
</style>
border-color css
<style>
span { border-color: #C6AAAB; }
span { border-color: rgb(198,170,171); }
td.TdClassName
{
border-color: #C6AAAB;
}
.TagClassName
{
border-color: #C6AAAB;
}
</style>