Shades of Careys Pink #C6A7AA
Tints of Careys Pink #C6A7AA
RGB
CMYK
RGB Variations
Color information
#C6A7AA (or 0xC6A7AA) is known color: Careys Pink. HEX triplet: C6, A7 and AA. RGB value is (198,167,170). Sum of RGB (Red+Green+Blue) = 198+167+170=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 167 (65.62% from 255 or 31.21% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A7AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A7AA is #395855. Grayscale: #B0B0B0. Windows color (decimal): -3758166 or 11184070. OLE color: 11184070.
HSL color Cylindrical-coordinate representation of color #C6A7AA: hue angle of 354.19º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6A7AA is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 167 | 170 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.22 |
| HSL | 354.19º | 0.21% | 0.72% | - |
| HSV(B) | 354.19º | 0.16% | 0.78% | - |
| XYZ | 44.36 | 42.55 | 43.9 | - |
| YUV | 176.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 167 | 170 | 0 | 0.16 | 0.14 | 0.22 | 354.19 | 0.21 | 0.72 |
| Hex | C6 | A7 | AA | 0 | 10 | E | 16 | 162 | 15 | 48 |
| Octal | 306 | 247 | 252 | 0 | 20 | 16 | 26 | 542 | 25 | 110 |
| Binary | 11000110 | 10100111 | 10101010 | 0 | 10000 | 1110 | 10110 | 101100010 | 10101 | 1001000 |
Color Harmonies of #C6A7AA
Complementary color
Monochromatic Colors of #C6A7AA
Black with #C6A7AA
Text Example
Text Example
White with #C6A7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A7AA; }
p { color: rgb(198,167,170); }
H1.HeaderClassName
{
color: #C6A7AA;
}
.AnyTagClassName
{
color: #C6A7AA;
}
</style>
background-color css
<style>
a { background-color: #C6A7AA; }
a { background-color: rgb(198,167,170); }
div.DivClassName
{
background-color: #C6A7AA;
}
.BgClassName
{
background-color: #C6A7AA;
}
</style>
border-color css
<style>
span { border-color: #C6A7AA; }
span { border-color: rgb(198,167,170); }
td.TdClassName
{
border-color: #C6A7AA;
}
.TagClassName
{
border-color: #C6A7AA;
}
</style>