Shades of Careys Pink #C6A8AB
Tints of Careys Pink #C6A8AB
RGB
CMYK
RGB Variations
Color information
#C6A8AB (or 0xC6A8AB) is known color: Careys Pink. HEX triplet: C6, A8 and AB. RGB value is (198,168,171). Sum of RGB (Red+Green+Blue) = 198+168+171=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A8AB is #395754. Grayscale: #B1B1B1. Windows color (decimal): -3757909 or 11249862. OLE color: 11249862.
HSL color Cylindrical-coordinate representation of color #C6A8AB: hue angle of 354º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6A8AB is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 168 | 171 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.22 |
| HSL | 354º | 0.21% | 0.72% | - |
| HSV(B) | 354º | 0.15% | 0.78% | - |
| XYZ | 44.64 | 42.95 | 44.47 | - |
| YUV | 177.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 171 | 0 | 0.15 | 0.14 | 0.22 | 354 | 0.21 | 0.72 |
| Hex | C6 | A8 | AB | 0 | F | E | 16 | 162 | 15 | 48 |
| Octal | 306 | 250 | 253 | 0 | 17 | 16 | 26 | 542 | 25 | 110 |
| Binary | 11000110 | 10101000 | 10101011 | 0 | 1111 | 1110 | 10110 | 101100010 | 10101 | 1001000 |
Color Harmonies of #C6A8AB
Complementary color
Monochromatic Colors of #C6A8AB
Black with #C6A8AB
Text Example
Text Example
White with #C6A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A8AB; }
p { color: rgb(198,168,171); }
H1.HeaderClassName
{
color: #C6A8AB;
}
.AnyTagClassName
{
color: #C6A8AB;
}
</style>
background-color css
<style>
a { background-color: #C6A8AB; }
a { background-color: rgb(198,168,171); }
div.DivClassName
{
background-color: #C6A8AB;
}
.BgClassName
{
background-color: #C6A8AB;
}
</style>
border-color css
<style>
span { border-color: #C6A8AB; }
span { border-color: rgb(198,168,171); }
td.TdClassName
{
border-color: #C6A8AB;
}
.TagClassName
{
border-color: #C6A8AB;
}
</style>