Shades of Careys Pink #C8A5AC
Tints of Careys Pink #C8A5AC
RGB
CMYK
RGB Variations
Color information
#C8A5AC (or 0xC8A5AC) is known color: Careys Pink. HEX triplet: C8, A5 and AC. RGB value is (200,165,172). Sum of RGB (Red+Green+Blue) = 200+165+172=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A5AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A5AC is #375A53. Grayscale: #B0B0B0. Windows color (decimal): -3627604 or 11314632. OLE color: 11314632.
HSL color Cylindrical-coordinate representation of color #C8A5AC: hue angle of 348º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8A5AC is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 165 | 172 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.22 |
| HSL | 348º | 0.24% | 0.72% | - |
| HSV(B) | 348º | 0.18% | 0.78% | - |
| XYZ | 44.72 | 42.17 | 44.81 | - |
| YUV | 176.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 165 | 172 | 0 | 0.18 | 0.14 | 0.22 | 348 | 0.24 | 0.72 |
| Hex | C8 | A5 | AC | 0 | 12 | E | 16 | 15C | 18 | 48 |
| Octal | 310 | 245 | 254 | 0 | 22 | 16 | 26 | 534 | 30 | 110 |
| Binary | 11001000 | 10100101 | 10101100 | 0 | 10010 | 1110 | 10110 | 101011100 | 11000 | 1001000 |
Color Harmonies of #C8A5AC
Complementary color
Monochromatic Colors of #C8A5AC
Black with #C8A5AC
Text Example
Text Example
White with #C8A5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A5AC; }
p { color: rgb(200,165,172); }
H1.HeaderClassName
{
color: #C8A5AC;
}
.AnyTagClassName
{
color: #C8A5AC;
}
</style>
background-color css
<style>
a { background-color: #C8A5AC; }
a { background-color: rgb(200,165,172); }
div.DivClassName
{
background-color: #C8A5AC;
}
.BgClassName
{
background-color: #C8A5AC;
}
</style>
border-color css
<style>
span { border-color: #C8A5AC; }
span { border-color: rgb(200,165,172); }
td.TdClassName
{
border-color: #C8A5AC;
}
.TagClassName
{
border-color: #C8A5AC;
}
</style>