Shades of Careys Pink #C8A2AD
Tints of Careys Pink #C8A2AD
RGB
CMYK
RGB Variations
Color information
#C8A2AD (or 0xC8A2AD) is known color: Careys Pink. HEX triplet: C8, A2 and AD. RGB value is (200,162,173). Sum of RGB (Red+Green+Blue) = 200+162+173=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A2AD is #375D52. Grayscale: #AEAEAE. Windows color (decimal): -3628371 or 11379400. OLE color: 11379400.
HSL color Cylindrical-coordinate representation of color #C8A2AD: hue angle of 342.63º 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 #C8A2AD is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 162 | 173 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.22 |
| HSL | 342.63º | 0.26% | 0.71% | - |
| HSV(B) | 342.63º | 0.19% | 0.78% | - |
| XYZ | 44.28 | 41.14 | 45.14 | - |
| YUV | 174.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 173 | 0 | 0.19 | 0.14 | 0.22 | 342.63 | 0.26 | 0.71 |
| Hex | C8 | A2 | AD | 0 | 13 | E | 16 | 157 | 1A | 47 |
| Octal | 310 | 242 | 255 | 0 | 23 | 16 | 26 | 527 | 32 | 107 |
| Binary | 11001000 | 10100010 | 10101101 | 0 | 10011 | 1110 | 10110 | 101010111 | 11010 | 1000111 |
Color Harmonies of #C8A2AD
Complementary color
Monochromatic Colors of #C8A2AD
Black with #C8A2AD
Text Example
Text Example
White with #C8A2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A2AD; }
p { color: rgb(200,162,173); }
H1.HeaderClassName
{
color: #C8A2AD;
}
.AnyTagClassName
{
color: #C8A2AD;
}
</style>
background-color css
<style>
a { background-color: #C8A2AD; }
a { background-color: rgb(200,162,173); }
div.DivClassName
{
background-color: #C8A2AD;
}
.BgClassName
{
background-color: #C8A2AD;
}
</style>
border-color css
<style>
span { border-color: #C8A2AD; }
span { border-color: rgb(200,162,173); }
td.TdClassName
{
border-color: #C8A2AD;
}
.TagClassName
{
border-color: #C8A2AD;
}
</style>