Shades of Careys Pink #C8AAAC
Tints of Careys Pink #C8AAAC
RGB
CMYK
RGB Variations
Color information
#C8AAAC (or 0xC8AAAC) is known color: Careys Pink. HEX triplet: C8, AA and AC. RGB value is (200,170,172). Sum of RGB (Red+Green+Blue) = 200+170+172=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AAAC is #375553. Grayscale: #B3B3B3. Windows color (decimal): -3626324 or 11315912. OLE color: 11315912.
HSL color Cylindrical-coordinate representation of color #C8AAAC: hue angle of 356º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8AAAC is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 172 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.22 |
| HSL | 356º | 0.21% | 0.73% | - |
| HSV(B) | 356º | 0.15% | 0.78% | - |
| XYZ | 45.64 | 44.01 | 45.12 | - |
| YUV | 179.2 | 123.94 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 172 | 0 | 0.15 | 0.14 | 0.22 | 356 | 0.21 | 0.73 |
| Hex | C8 | AA | AC | 0 | F | E | 16 | 164 | 15 | 49 |
| Octal | 310 | 252 | 254 | 0 | 17 | 16 | 26 | 544 | 25 | 111 |
| Binary | 11001000 | 10101010 | 10101100 | 0 | 1111 | 1110 | 10110 | 101100100 | 10101 | 1001001 |
Color Harmonies of #C8AAAC
Complementary color
Monochromatic Colors of #C8AAAC
Black with #C8AAAC
Text Example
Text Example
White with #C8AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AAAC; }
p { color: rgb(200,170,172); }
H1.HeaderClassName
{
color: #C8AAAC;
}
.AnyTagClassName
{
color: #C8AAAC;
}
</style>
background-color css
<style>
a { background-color: #C8AAAC; }
a { background-color: rgb(200,170,172); }
div.DivClassName
{
background-color: #C8AAAC;
}
.BgClassName
{
background-color: #C8AAAC;
}
</style>
border-color css
<style>
span { border-color: #C8AAAC; }
span { border-color: rgb(200,170,172); }
td.TdClassName
{
border-color: #C8AAAC;
}
.TagClassName
{
border-color: #C8AAAC;
}
</style>