Shades of Careys Pink #C8A7AD
Tints of Careys Pink #C8A7AD
RGB
CMYK
RGB Variations
Color information
#C8A7AD (or 0xC8A7AD) is known color: Careys Pink. HEX triplet: C8, A7 and AD. RGB value is (200,167,173). Sum of RGB (Red+Green+Blue) = 200+167+173=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 173 (67.97% from 255 or 32.04% from 540); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A7AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A7AD is #375852. Grayscale: #B1B1B1. Windows color (decimal): -3627091 or 11380680. OLE color: 11380680.
HSL color Cylindrical-coordinate representation of color #C8A7AD: hue angle of 349.09º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8A7AD is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 173 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.22 |
| HSL | 349.09º | 0.23% | 0.72% | - |
| HSV(B) | 349.09º | 0.17% | 0.78% | - |
| XYZ | 45.18 | 42.93 | 45.44 | - |
| YUV | 177.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 173 | 0 | 0.16 | 0.14 | 0.22 | 349.09 | 0.23 | 0.72 |
| Hex | C8 | A7 | AD | 0 | 10 | E | 16 | 15D | 17 | 48 |
| Octal | 310 | 247 | 255 | 0 | 20 | 16 | 26 | 535 | 27 | 110 |
| Binary | 11001000 | 10100111 | 10101101 | 0 | 10000 | 1110 | 10110 | 101011101 | 10111 | 1001000 |
Color Harmonies of #C8A7AD
Complementary color
Monochromatic Colors of #C8A7AD
Black with #C8A7AD
Text Example
Text Example
White with #C8A7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A7AD; }
p { color: rgb(200,167,173); }
H1.HeaderClassName
{
color: #C8A7AD;
}
.AnyTagClassName
{
color: #C8A7AD;
}
</style>
background-color css
<style>
a { background-color: #C8A7AD; }
a { background-color: rgb(200,167,173); }
div.DivClassName
{
background-color: #C8A7AD;
}
.BgClassName
{
background-color: #C8A7AD;
}
</style>
border-color css
<style>
span { border-color: #C8A7AD; }
span { border-color: rgb(200,167,173); }
td.TdClassName
{
border-color: #C8A7AD;
}
.TagClassName
{
border-color: #C8A7AD;
}
</style>