Shades of Careys Pink #C6A1AA
Tints of Careys Pink #C6A1AA
RGB
CMYK
RGB Variations
Color information
#C6A1AA (or 0xC6A1AA) is known color: Careys Pink. HEX triplet: C6, A1 and AA. RGB value is (198,161,170). Sum of RGB (Red+Green+Blue) = 198+161+170=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A1AA is #395E55. Grayscale: #ADADAD. Windows color (decimal): -3759702 or 11182534. OLE color: 11182534.
HSL color Cylindrical-coordinate representation of color #C6A1AA: hue angle of 345.41º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6A1AA is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 161 | 170 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.22 |
| HSL | 345.41º | 0.25% | 0.7% | - |
| HSV(B) | 345.41º | 0.19% | 0.78% | - |
| XYZ | 43.29 | 40.4 | 43.55 | - |
| YUV | 173.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 161 | 170 | 0 | 0.19 | 0.14 | 0.22 | 345.41 | 0.25 | 0.7 |
| Hex | C6 | A1 | AA | 0 | 13 | E | 16 | 159 | 19 | 46 |
| Octal | 306 | 241 | 252 | 0 | 23 | 16 | 26 | 531 | 31 | 106 |
| Binary | 11000110 | 10100001 | 10101010 | 0 | 10011 | 1110 | 10110 | 101011001 | 11001 | 1000110 |
Color Harmonies of #C6A1AA
Complementary color
Monochromatic Colors of #C6A1AA
Black with #C6A1AA
Text Example
Text Example
White with #C6A1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A1AA; }
p { color: rgb(198,161,170); }
H1.HeaderClassName
{
color: #C6A1AA;
}
.AnyTagClassName
{
color: #C6A1AA;
}
</style>
background-color css
<style>
a { background-color: #C6A1AA; }
a { background-color: rgb(198,161,170); }
div.DivClassName
{
background-color: #C6A1AA;
}
.BgClassName
{
background-color: #C6A1AA;
}
</style>
border-color css
<style>
span { border-color: #C6A1AA; }
span { border-color: rgb(198,161,170); }
td.TdClassName
{
border-color: #C6A1AA;
}
.TagClassName
{
border-color: #C6A1AA;
}
</style>