Shades of Careys Pink #C6A5AA
Tints of Careys Pink #C6A5AA
RGB
CMYK
RGB Variations
Color information
#C6A5AA (or 0xC6A5AA) is known color: Careys Pink. HEX triplet: C6, A5 and AA. RGB value is (198,165,170). Sum of RGB (Red+Green+Blue) = 198+165+170=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A5AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A5AA is #395A55. Grayscale: #AFAFAF. Windows color (decimal): -3758678 or 11183558. OLE color: 11183558.
HSL color Cylindrical-coordinate representation of color #C6A5AA: hue angle of 350.91º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6A5AA is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 165 | 170 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.22 |
| HSL | 350.91º | 0.22% | 0.71% | - |
| HSV(B) | 350.91º | 0.17% | 0.78% | - |
| XYZ | 44 | 41.82 | 43.78 | - |
| YUV | 175.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 165 | 170 | 0 | 0.17 | 0.14 | 0.22 | 350.91 | 0.22 | 0.71 |
| Hex | C6 | A5 | AA | 0 | 11 | E | 16 | 15F | 16 | 47 |
| Octal | 306 | 245 | 252 | 0 | 21 | 16 | 26 | 537 | 26 | 107 |
| Binary | 11000110 | 10100101 | 10101010 | 0 | 10001 | 1110 | 10110 | 101011111 | 10110 | 1000111 |
Color Harmonies of #C6A5AA
Complementary color
Monochromatic Colors of #C6A5AA
Black with #C6A5AA
Text Example
Text Example
White with #C6A5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A5AA; }
p { color: rgb(198,165,170); }
H1.HeaderClassName
{
color: #C6A5AA;
}
.AnyTagClassName
{
color: #C6A5AA;
}
</style>
background-color css
<style>
a { background-color: #C6A5AA; }
a { background-color: rgb(198,165,170); }
div.DivClassName
{
background-color: #C6A5AA;
}
.BgClassName
{
background-color: #C6A5AA;
}
</style>
border-color css
<style>
span { border-color: #C6A5AA; }
span { border-color: rgb(198,165,170); }
td.TdClassName
{
border-color: #C6A5AA;
}
.TagClassName
{
border-color: #C6A5AA;
}
</style>