Shades of Careys Pink #C8A9B0
Tints of Careys Pink #C8A9B0
RGB
CMYK
RGB Variations
Color information
#C8A9B0 (or 0xC8A9B0) is known color: Careys Pink. HEX triplet: C8, A9 and B0. RGB value is (200,169,176). Sum of RGB (Red+Green+Blue) = 200+169+176=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A9B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A9B0 is #37564F. Grayscale: #B3B3B3. Windows color (decimal): -3626576 or 11577800. OLE color: 11577800.
HSL color Cylindrical-coordinate representation of color #C8A9B0: hue angle of 346.45º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8A9B0 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 169 | 176 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.22 |
| HSL | 346.45º | 0.22% | 0.72% | - |
| HSV(B) | 346.45º | 0.16% | 0.78% | - |
| XYZ | 45.84 | 43.79 | 47.11 | - |
| YUV | 179.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 169 | 176 | 0 | 0.16 | 0.12 | 0.22 | 346.45 | 0.22 | 0.72 |
| Hex | C8 | A9 | B0 | 0 | 10 | C | 16 | 15A | 16 | 48 |
| Octal | 310 | 251 | 260 | 0 | 20 | 14 | 26 | 532 | 26 | 110 |
| Binary | 11001000 | 10101001 | 10110000 | 0 | 10000 | 1100 | 10110 | 101011010 | 10110 | 1001000 |
Color Harmonies of #C8A9B0
Complementary color
Monochromatic Colors of #C8A9B0
Black with #C8A9B0
Text Example
Text Example
White with #C8A9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A9B0; }
p { color: rgb(200,169,176); }
H1.HeaderClassName
{
color: #C8A9B0;
}
.AnyTagClassName
{
color: #C8A9B0;
}
</style>
background-color css
<style>
a { background-color: #C8A9B0; }
a { background-color: rgb(200,169,176); }
div.DivClassName
{
background-color: #C8A9B0;
}
.BgClassName
{
background-color: #C8A9B0;
}
</style>
border-color css
<style>
span { border-color: #C8A9B0; }
span { border-color: rgb(200,169,176); }
td.TdClassName
{
border-color: #C8A9B0;
}
.TagClassName
{
border-color: #C8A9B0;
}
</style>