Shades of Careys Pink #CDA0AB
Tints of Careys Pink #CDA0AB
RGB
CMYK
RGB Variations
Color information
#CDA0AB (or 0xCDA0AB) is known color: Careys Pink. HEX triplet: CD, A0 and AB. RGB value is (205,160,171). Sum of RGB (Red+Green+Blue) = 205+160+171=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA0AB is #325F54. Grayscale: #AEAEAE. Windows color (decimal): -3301205 or 11247821. OLE color: 11247821.
HSL color Cylindrical-coordinate representation of color #CDA0AB: hue angle of 345.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDA0AB is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 171 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.20 |
| HSL | 345.33º | 0.31% | 0.72% | - |
| HSV(B) | 345.33º | 0.22% | 0.8% | - |
| XYZ | 45.1 | 41.06 | 44.08 | - |
| YUV | 174.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 171 | 0 | 0.22 | 0.17 | 0.20 | 345.33 | 0.31 | 0.72 |
| Hex | CD | A0 | AB | 0 | 16 | 11 | 14 | 159 | 1F | 48 |
| Octal | 315 | 240 | 253 | 0 | 26 | 21 | 24 | 531 | 37 | 110 |
| Binary | 11001101 | 10100000 | 10101011 | 0 | 10110 | 10001 | 10100 | 101011001 | 11111 | 1001000 |
Color Harmonies of #CDA0AB
Complementary color
Monochromatic Colors of #CDA0AB
Black with #CDA0AB
Text Example
Text Example
White with #CDA0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA0AB; }
p { color: rgb(205,160,171); }
H1.HeaderClassName
{
color: #CDA0AB;
}
.AnyTagClassName
{
color: #CDA0AB;
}
</style>
background-color css
<style>
a { background-color: #CDA0AB; }
a { background-color: rgb(205,160,171); }
div.DivClassName
{
background-color: #CDA0AB;
}
.BgClassName
{
background-color: #CDA0AB;
}
</style>
border-color css
<style>
span { border-color: #CDA0AB; }
span { border-color: rgb(205,160,171); }
td.TdClassName
{
border-color: #CDA0AB;
}
.TagClassName
{
border-color: #CDA0AB;
}
</style>