Shades of Careys Pink #C6ABAC
Tints of Careys Pink #C6ABAC
RGB
CMYK
RGB Variations
Color information
#C6ABAC (or 0xC6ABAC) is known color: Careys Pink. HEX triplet: C6, AB and AC. RGB value is (198,171,172). Sum of RGB (Red+Green+Blue) = 198+171+172=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6ABAC is #395453. Grayscale: #B3B3B3. Windows color (decimal): -3757140 or 11316166. OLE color: 11316166.
HSL color Cylindrical-coordinate representation of color #C6ABAC: hue angle of 357.78º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6ABAC is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 172 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.22 |
| HSL | 357.78º | 0.19% | 0.72% | - |
| HSV(B) | 357.78º | 0.14% | 0.78% | - |
| XYZ | 45.3 | 44.11 | 45.16 | - |
| YUV | 179.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 172 | 0 | 0.14 | 0.13 | 0.22 | 357.78 | 0.19 | 0.72 |
| Hex | C6 | AB | AC | 0 | E | D | 16 | 166 | 13 | 48 |
| Octal | 306 | 253 | 254 | 0 | 16 | 15 | 26 | 546 | 23 | 110 |
| Binary | 11000110 | 10101011 | 10101100 | 0 | 1110 | 1101 | 10110 | 101100110 | 10011 | 1001000 |
Color Harmonies of #C6ABAC
Complementary color
Monochromatic Colors of #C6ABAC
Black with #C6ABAC
Text Example
Text Example
White with #C6ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ABAC; }
p { color: rgb(198,171,172); }
H1.HeaderClassName
{
color: #C6ABAC;
}
.AnyTagClassName
{
color: #C6ABAC;
}
</style>
background-color css
<style>
a { background-color: #C6ABAC; }
a { background-color: rgb(198,171,172); }
div.DivClassName
{
background-color: #C6ABAC;
}
.BgClassName
{
background-color: #C6ABAC;
}
</style>
border-color css
<style>
span { border-color: #C6ABAC; }
span { border-color: rgb(198,171,172); }
td.TdClassName
{
border-color: #C6ABAC;
}
.TagClassName
{
border-color: #C6ABAC;
}
</style>