Shades of Careys Pink #C8A5AD
Tints of Careys Pink #C8A5AD
RGB
CMYK
RGB Variations
Color information
#C8A5AD (or 0xC8A5AD) is known color: Careys Pink. HEX triplet: C8, A5 and AD. RGB value is (200,165,173). Sum of RGB (Red+Green+Blue) = 200+165+173=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A5AD is #375A52. Grayscale: #B0B0B0. Windows color (decimal): -3627603 or 11380168. OLE color: 11380168.
HSL color Cylindrical-coordinate representation of color #C8A5AD: hue angle of 346.29º 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 #C8A5AD is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 165 | 173 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.22 |
| HSL | 346.29º | 0.24% | 0.72% | - |
| HSV(B) | 346.29º | 0.18% | 0.78% | - |
| XYZ | 44.82 | 42.21 | 45.32 | - |
| YUV | 176.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 165 | 173 | 0 | 0.18 | 0.14 | 0.22 | 346.29 | 0.24 | 0.72 |
| Hex | C8 | A5 | AD | 0 | 12 | E | 16 | 15A | 18 | 48 |
| Octal | 310 | 245 | 255 | 0 | 22 | 16 | 26 | 532 | 30 | 110 |
| Binary | 11001000 | 10100101 | 10101101 | 0 | 10010 | 1110 | 10110 | 101011010 | 11000 | 1001000 |
Color Harmonies of #C8A5AD
Complementary color
Monochromatic Colors of #C8A5AD
Black with #C8A5AD
Text Example
Text Example
White with #C8A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A5AD; }
p { color: rgb(200,165,173); }
H1.HeaderClassName
{
color: #C8A5AD;
}
.AnyTagClassName
{
color: #C8A5AD;
}
</style>
background-color css
<style>
a { background-color: #C8A5AD; }
a { background-color: rgb(200,165,173); }
div.DivClassName
{
background-color: #C8A5AD;
}
.BgClassName
{
background-color: #C8A5AD;
}
</style>
border-color css
<style>
span { border-color: #C8A5AD; }
span { border-color: rgb(200,165,173); }
td.TdClassName
{
border-color: #C8A5AD;
}
.TagClassName
{
border-color: #C8A5AD;
}
</style>