Shades of Careys Pink #C8A1AD
Tints of Careys Pink #C8A1AD
RGB
CMYK
RGB Variations
Color information
#C8A1AD (or 0xC8A1AD) is known color: Careys Pink. HEX triplet: C8, A1 and AD. RGB value is (200,161,173). Sum of RGB (Red+Green+Blue) = 200+161+173=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A1AD is #375E52. Grayscale: #AEAEAE. Windows color (decimal): -3628627 or 11379144. OLE color: 11379144.
HSL color Cylindrical-coordinate representation of color #C8A1AD: hue angle of 341.54º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8A1AD is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 173 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.22 |
| HSL | 341.54º | 0.26% | 0.71% | - |
| HSV(B) | 341.54º | 0.2% | 0.78% | - |
| XYZ | 44.11 | 40.79 | 45.08 | - |
| YUV | 174.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 173 | 0 | 0.19 | 0.14 | 0.22 | 341.54 | 0.26 | 0.71 |
| Hex | C8 | A1 | AD | 0 | 13 | E | 16 | 156 | 1A | 47 |
| Octal | 310 | 241 | 255 | 0 | 23 | 16 | 26 | 526 | 32 | 107 |
| Binary | 11001000 | 10100001 | 10101101 | 0 | 10011 | 1110 | 10110 | 101010110 | 11010 | 1000111 |
Color Harmonies of #C8A1AD
Complementary color
Monochromatic Colors of #C8A1AD
Black with #C8A1AD
Text Example
Text Example
White with #C8A1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A1AD; }
p { color: rgb(200,161,173); }
H1.HeaderClassName
{
color: #C8A1AD;
}
.AnyTagClassName
{
color: #C8A1AD;
}
</style>
background-color css
<style>
a { background-color: #C8A1AD; }
a { background-color: rgb(200,161,173); }
div.DivClassName
{
background-color: #C8A1AD;
}
.BgClassName
{
background-color: #C8A1AD;
}
</style>
border-color css
<style>
span { border-color: #C8A1AD; }
span { border-color: rgb(200,161,173); }
td.TdClassName
{
border-color: #C8A1AD;
}
.TagClassName
{
border-color: #C8A1AD;
}
</style>