Shades of Careys Pink #CDA1AD
Tints of Careys Pink #CDA1AD
RGB
CMYK
RGB Variations
Color information
#CDA1AD (or 0xCDA1AD) is known color: Careys Pink. HEX triplet: CD, A1 and AD. RGB value is (205,161,173). Sum of RGB (Red+Green+Blue) = 205+161+173=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA1AD is #325E52. Grayscale: #AFAFAF. Windows color (decimal): -3300947 or 11379149. OLE color: 11379149.
HSL color Cylindrical-coordinate representation of color #CDA1AD: hue angle of 343.64º 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 #CDA1AD is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 173 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.20 |
| HSL | 343.64º | 0.31% | 0.72% | - |
| HSV(B) | 343.64º | 0.21% | 0.8% | - |
| XYZ | 45.46 | 41.49 | 45.15 | - |
| YUV | 175.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 173 | 0 | 0.21 | 0.16 | 0.20 | 343.64 | 0.31 | 0.72 |
| Hex | CD | A1 | AD | 0 | 15 | 10 | 14 | 158 | 1F | 48 |
| Octal | 315 | 241 | 255 | 0 | 25 | 20 | 24 | 530 | 37 | 110 |
| Binary | 11001101 | 10100001 | 10101101 | 0 | 10101 | 10000 | 10100 | 101011000 | 11111 | 1001000 |
Color Harmonies of #CDA1AD
Complementary color
Monochromatic Colors of #CDA1AD
Black with #CDA1AD
Text Example
Text Example
White with #CDA1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA1AD; }
p { color: rgb(205,161,173); }
H1.HeaderClassName
{
color: #CDA1AD;
}
.AnyTagClassName
{
color: #CDA1AD;
}
</style>
background-color css
<style>
a { background-color: #CDA1AD; }
a { background-color: rgb(205,161,173); }
div.DivClassName
{
background-color: #CDA1AD;
}
.BgClassName
{
background-color: #CDA1AD;
}
</style>
border-color css
<style>
span { border-color: #CDA1AD; }
span { border-color: rgb(205,161,173); }
td.TdClassName
{
border-color: #CDA1AD;
}
.TagClassName
{
border-color: #CDA1AD;
}
</style>