Shades of Careys Pink #C8A4A6
Tints of Careys Pink #C8A4A6
RGB
CMYK
RGB Variations
Color information
#C8A4A6 (or 0xC8A4A6) is known color: Careys Pink. HEX triplet: C8, A4 and A6. RGB value is (200,164,166). Sum of RGB (Red+Green+Blue) = 200+164+166=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 164 (64.45% from 255 or 30.94% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A4A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A4A6 is #375B59. Grayscale: #AFAFAF. Windows color (decimal): -3627866 or 10921160. OLE color: 10921160.
HSL color Cylindrical-coordinate representation of color #C8A4A6: hue angle of 356.67º 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 #C8A4A6 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 166 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.22 |
| HSL | 356.67º | 0.25% | 0.71% | - |
| HSV(B) | 356.67º | 0.18% | 0.78% | - |
| XYZ | 43.98 | 41.58 | 41.78 | - |
| YUV | 174.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 166 | 0 | 0.18 | 0.17 | 0.22 | 356.67 | 0.25 | 0.71 |
| Hex | C8 | A4 | A6 | 0 | 12 | 11 | 16 | 165 | 19 | 47 |
| Octal | 310 | 244 | 246 | 0 | 22 | 21 | 26 | 545 | 31 | 107 |
| Binary | 11001000 | 10100100 | 10100110 | 0 | 10010 | 10001 | 10110 | 101100101 | 11001 | 1000111 |
Color Harmonies of #C8A4A6
Complementary color
Monochromatic Colors of #C8A4A6
Black with #C8A4A6
Text Example
Text Example
White with #C8A4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A4A6; }
p { color: rgb(200,164,166); }
H1.HeaderClassName
{
color: #C8A4A6;
}
.AnyTagClassName
{
color: #C8A4A6;
}
</style>
background-color css
<style>
a { background-color: #C8A4A6; }
a { background-color: rgb(200,164,166); }
div.DivClassName
{
background-color: #C8A4A6;
}
.BgClassName
{
background-color: #C8A4A6;
}
</style>
border-color css
<style>
span { border-color: #C8A4A6; }
span { border-color: rgb(200,164,166); }
td.TdClassName
{
border-color: #C8A4A6;
}
.TagClassName
{
border-color: #C8A4A6;
}
</style>