Shades of Careys Pink #CDA1AA
Tints of Careys Pink #CDA1AA
RGB
CMYK
RGB Variations
Color information
#CDA1AA (or 0xCDA1AA) is known color: Careys Pink. HEX triplet: CD, A1 and AA. RGB value is (205,161,170). Sum of RGB (Red+Green+Blue) = 205+161+170=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA1AA is #325E55. Grayscale: #AFAFAF. Windows color (decimal): -3300950 or 11182541. OLE color: 11182541.
HSL color Cylindrical-coordinate representation of color #CDA1AA: hue angle of 347.73º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDA1AA is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 170 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.20 |
| HSL | 347.73º | 0.31% | 0.72% | - |
| HSV(B) | 347.73º | 0.21% | 0.8% | - |
| XYZ | 45.18 | 41.37 | 43.63 | - |
| YUV | 175.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 170 | 0 | 0.21 | 0.17 | 0.20 | 347.73 | 0.31 | 0.72 |
| Hex | CD | A1 | AA | 0 | 15 | 11 | 14 | 15C | 1F | 48 |
| Octal | 315 | 241 | 252 | 0 | 25 | 21 | 24 | 534 | 37 | 110 |
| Binary | 11001101 | 10100001 | 10101010 | 0 | 10101 | 10001 | 10100 | 101011100 | 11111 | 1001000 |
Color Harmonies of #CDA1AA
Complementary color
Monochromatic Colors of #CDA1AA
Black with #CDA1AA
Text Example
Text Example
White with #CDA1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA1AA; }
p { color: rgb(205,161,170); }
H1.HeaderClassName
{
color: #CDA1AA;
}
.AnyTagClassName
{
color: #CDA1AA;
}
</style>
background-color css
<style>
a { background-color: #CDA1AA; }
a { background-color: rgb(205,161,170); }
div.DivClassName
{
background-color: #CDA1AA;
}
.BgClassName
{
background-color: #CDA1AA;
}
</style>
border-color css
<style>
span { border-color: #CDA1AA; }
span { border-color: rgb(205,161,170); }
td.TdClassName
{
border-color: #CDA1AA;
}
.TagClassName
{
border-color: #CDA1AA;
}
</style>