Shades of Careys Pink #C8A5AE
Tints of Careys Pink #C8A5AE
RGB
CMYK
RGB Variations
Color information
#C8A5AE (or 0xC8A5AE) is known color: Careys Pink. HEX triplet: C8, A5 and AE. RGB value is (200,165,174). Sum of RGB (Red+Green+Blue) = 200+165+174=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A5AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A5AE is #375A51. Grayscale: #B0B0B0. Windows color (decimal): -3627602 or 11445704. OLE color: 11445704.
HSL color Cylindrical-coordinate representation of color #C8A5AE: hue angle of 344.57º 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 #C8A5AE is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 165 | 174 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.22 |
| HSL | 344.57º | 0.24% | 0.72% | - |
| HSV(B) | 344.57º | 0.18% | 0.78% | - |
| XYZ | 44.91 | 42.25 | 45.83 | - |
| YUV | 176.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 165 | 174 | 0 | 0.18 | 0.13 | 0.22 | 344.57 | 0.24 | 0.72 |
| Hex | C8 | A5 | AE | 0 | 12 | D | 16 | 159 | 18 | 48 |
| Octal | 310 | 245 | 256 | 0 | 22 | 15 | 26 | 531 | 30 | 110 |
| Binary | 11001000 | 10100101 | 10101110 | 0 | 10010 | 1101 | 10110 | 101011001 | 11000 | 1001000 |
Color Harmonies of #C8A5AE
Complementary color
Monochromatic Colors of #C8A5AE
Black with #C8A5AE
Text Example
Text Example
White with #C8A5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A5AE; }
p { color: rgb(200,165,174); }
H1.HeaderClassName
{
color: #C8A5AE;
}
.AnyTagClassName
{
color: #C8A5AE;
}
</style>
background-color css
<style>
a { background-color: #C8A5AE; }
a { background-color: rgb(200,165,174); }
div.DivClassName
{
background-color: #C8A5AE;
}
.BgClassName
{
background-color: #C8A5AE;
}
</style>
border-color css
<style>
span { border-color: #C8A5AE; }
span { border-color: rgb(200,165,174); }
td.TdClassName
{
border-color: #C8A5AE;
}
.TagClassName
{
border-color: #C8A5AE;
}
</style>