Shades of Careys Pink #C8A4A8
Tints of Careys Pink #C8A4A8
RGB
CMYK
RGB Variations
Color information
#C8A4A8 (or 0xC8A4A8) is known color: Careys Pink. HEX triplet: C8, A4 and A8. RGB value is (200,164,168). Sum of RGB (Red+Green+Blue) = 200+164+168=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A4A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A4A8 is #375B57. Grayscale: #AFAFAF. Windows color (decimal): -3627864 or 11052232. OLE color: 11052232.
HSL color Cylindrical-coordinate representation of color #C8A4A8: hue angle of 353.33º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8A4A8 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 168 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.22 |
| HSL | 353.33º | 0.25% | 0.71% | - |
| HSV(B) | 353.33º | 0.18% | 0.78% | - |
| XYZ | 44.16 | 41.66 | 42.76 | - |
| YUV | 175.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 168 | 0 | 0.18 | 0.16 | 0.22 | 353.33 | 0.25 | 0.71 |
| Hex | C8 | A4 | A8 | 0 | 12 | 10 | 16 | 161 | 19 | 47 |
| Octal | 310 | 244 | 250 | 0 | 22 | 20 | 26 | 541 | 31 | 107 |
| Binary | 11001000 | 10100100 | 10101000 | 0 | 10010 | 10000 | 10110 | 101100001 | 11001 | 1000111 |
Color Harmonies of #C8A4A8
Complementary color
Monochromatic Colors of #C8A4A8
Black with #C8A4A8
Text Example
Text Example
White with #C8A4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A4A8; }
p { color: rgb(200,164,168); }
H1.HeaderClassName
{
color: #C8A4A8;
}
.AnyTagClassName
{
color: #C8A4A8;
}
</style>
background-color css
<style>
a { background-color: #C8A4A8; }
a { background-color: rgb(200,164,168); }
div.DivClassName
{
background-color: #C8A4A8;
}
.BgClassName
{
background-color: #C8A4A8;
}
</style>
border-color css
<style>
span { border-color: #C8A4A8; }
span { border-color: rgb(200,164,168); }
td.TdClassName
{
border-color: #C8A4A8;
}
.TagClassName
{
border-color: #C8A4A8;
}
</style>