Shades of Careys Pink #CDA0AA
Tints of Careys Pink #CDA0AA
RGB
CMYK
RGB Variations
Color information
#CDA0AA (or 0xCDA0AA) is known color: Careys Pink. HEX triplet: CD, A0 and AA. RGB value is (205,160,170). Sum of RGB (Red+Green+Blue) = 205+160+170=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA0AA is #325F55. Grayscale: #AEAEAE. Windows color (decimal): -3301206 or 11182285. OLE color: 11182285.
HSL color Cylindrical-coordinate representation of color #CDA0AA: hue angle of 346.67º 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 #CDA0AA is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 170 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.20 |
| HSL | 346.67º | 0.31% | 0.72% | - |
| HSV(B) | 346.67º | 0.22% | 0.8% | - |
| XYZ | 45 | 41.02 | 43.58 | - |
| YUV | 174.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 170 | 0 | 0.22 | 0.17 | 0.20 | 346.67 | 0.31 | 0.72 |
| Hex | CD | A0 | AA | 0 | 16 | 11 | 14 | 15B | 1F | 48 |
| Octal | 315 | 240 | 252 | 0 | 26 | 21 | 24 | 533 | 37 | 110 |
| Binary | 11001101 | 10100000 | 10101010 | 0 | 10110 | 10001 | 10100 | 101011011 | 11111 | 1001000 |
Color Harmonies of #CDA0AA
Complementary color
Monochromatic Colors of #CDA0AA
Black with #CDA0AA
Text Example
Text Example
White with #CDA0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA0AA; }
p { color: rgb(205,160,170); }
H1.HeaderClassName
{
color: #CDA0AA;
}
.AnyTagClassName
{
color: #CDA0AA;
}
</style>
background-color css
<style>
a { background-color: #CDA0AA; }
a { background-color: rgb(205,160,170); }
div.DivClassName
{
background-color: #CDA0AA;
}
.BgClassName
{
background-color: #CDA0AA;
}
</style>
border-color css
<style>
span { border-color: #CDA0AA; }
span { border-color: rgb(205,160,170); }
td.TdClassName
{
border-color: #CDA0AA;
}
.TagClassName
{
border-color: #CDA0AA;
}
</style>