Shades of Careys Pink #C89FAB
Tints of Careys Pink #C89FAB
RGB
CMYK
RGB Variations
Color information
#C89FAB (or 0xC89FAB) is known color: Careys Pink. HEX triplet: C8, 9F and AB. RGB value is (200,159,171). Sum of RGB (Red+Green+Blue) = 200+159+171=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C89FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89FAB is #376054. Grayscale: #ACACAC. Windows color (decimal): -3629141 or 11247560. OLE color: 11247560.
HSL color Cylindrical-coordinate representation of color #C89FAB: hue angle of 342.44º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C89FAB is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 171 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.22 |
| HSL | 342.44º | 0.27% | 0.7% | - |
| HSV(B) | 342.44º | 0.21% | 0.78% | - |
| XYZ | 43.57 | 40.02 | 43.96 | - |
| YUV | 172.63 | 127.08 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 171 | 0 | 0.20 | 0.14 | 0.22 | 342.44 | 0.27 | 0.7 |
| Hex | C8 | 9F | AB | 0 | 14 | E | 16 | 156 | 1B | 46 |
| Octal | 310 | 237 | 253 | 0 | 24 | 16 | 26 | 526 | 33 | 106 |
| Binary | 11001000 | 10011111 | 10101011 | 0 | 10100 | 1110 | 10110 | 101010110 | 11011 | 1000110 |
Color Harmonies of #C89FAB
Complementary color
Monochromatic Colors of #C89FAB
Black with #C89FAB
Text Example
Text Example
White with #C89FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89FAB; }
p { color: rgb(200,159,171); }
H1.HeaderClassName
{
color: #C89FAB;
}
.AnyTagClassName
{
color: #C89FAB;
}
</style>
background-color css
<style>
a { background-color: #C89FAB; }
a { background-color: rgb(200,159,171); }
div.DivClassName
{
background-color: #C89FAB;
}
.BgClassName
{
background-color: #C89FAB;
}
</style>
border-color css
<style>
span { border-color: #C89FAB; }
span { border-color: rgb(200,159,171); }
td.TdClassName
{
border-color: #C89FAB;
}
.TagClassName
{
border-color: #C89FAB;
}
</style>