Shades of Careys Pink #C6A5AB
Tints of Careys Pink #C6A5AB
RGB
CMYK
RGB Variations
Color information
#C6A5AB (or 0xC6A5AB) is known color: Careys Pink. HEX triplet: C6, A5 and AB. RGB value is (198,165,171). Sum of RGB (Red+Green+Blue) = 198+165+171=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A5AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A5AB is #395A54. Grayscale: #AFAFAF. Windows color (decimal): -3758677 or 11249094. OLE color: 11249094.
HSL color Cylindrical-coordinate representation of color #C6A5AB: hue angle of 349.09º 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 #C6A5AB is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 165 | 171 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.22 |
| HSL | 349.09º | 0.22% | 0.71% | - |
| HSV(B) | 349.09º | 0.17% | 0.78% | - |
| XYZ | 44.09 | 41.86 | 44.28 | - |
| YUV | 175.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 165 | 171 | 0 | 0.17 | 0.14 | 0.22 | 349.09 | 0.22 | 0.71 |
| Hex | C6 | A5 | AB | 0 | 11 | E | 16 | 15D | 16 | 47 |
| Octal | 306 | 245 | 253 | 0 | 21 | 16 | 26 | 535 | 26 | 107 |
| Binary | 11000110 | 10100101 | 10101011 | 0 | 10001 | 1110 | 10110 | 101011101 | 10110 | 1000111 |
Color Harmonies of #C6A5AB
Complementary color
Monochromatic Colors of #C6A5AB
Black with #C6A5AB
Text Example
Text Example
White with #C6A5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A5AB; }
p { color: rgb(198,165,171); }
H1.HeaderClassName
{
color: #C6A5AB;
}
.AnyTagClassName
{
color: #C6A5AB;
}
</style>
background-color css
<style>
a { background-color: #C6A5AB; }
a { background-color: rgb(198,165,171); }
div.DivClassName
{
background-color: #C6A5AB;
}
.BgClassName
{
background-color: #C6A5AB;
}
</style>
border-color css
<style>
span { border-color: #C6A5AB; }
span { border-color: rgb(198,165,171); }
td.TdClassName
{
border-color: #C6A5AB;
}
.TagClassName
{
border-color: #C6A5AB;
}
</style>