Shades of Careys Pink #CDA4AA
Tints of Careys Pink #CDA4AA
RGB
CMYK
RGB Variations
Color information
#CDA4AA (or 0xCDA4AA) is known color: Careys Pink. HEX triplet: CD, A4 and AA. RGB value is (205,164,170). Sum of RGB (Red+Green+Blue) = 205+164+170=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA4AA is #325B55. Grayscale: #B0B0B0. Windows color (decimal): -3300182 or 11183309. OLE color: 11183309.
HSL color Cylindrical-coordinate representation of color #CDA4AA: hue angle of 351.22º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDA4AA is Cyan = 0, Magento = 0.2, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 170 | - |
| CMYK | 0 | 0.2 | 0.17 | 0.20 |
| HSL | 351.22º | 0.29% | 0.72% | - |
| HSV(B) | 351.22º | 0.2% | 0.8% | - |
| XYZ | 45.71 | 42.43 | 43.81 | - |
| YUV | 176.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 170 | 0 | 0.2 | 0.17 | 0.20 | 351.22 | 0.29 | 0.72 |
| Hex | CD | A4 | AA | 0 | 14 | 11 | 14 | 15F | 1D | 48 |
| Octal | 315 | 244 | 252 | 0 | 24 | 21 | 24 | 537 | 35 | 110 |
| Binary | 11001101 | 10100100 | 10101010 | 0 | 10100 | 10001 | 10100 | 101011111 | 11101 | 1001000 |
Color Harmonies of #CDA4AA
Complementary color
Monochromatic Colors of #CDA4AA
Black with #CDA4AA
Text Example
Text Example
White with #CDA4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4AA; }
p { color: rgb(205,164,170); }
H1.HeaderClassName
{
color: #CDA4AA;
}
.AnyTagClassName
{
color: #CDA4AA;
}
</style>
background-color css
<style>
a { background-color: #CDA4AA; }
a { background-color: rgb(205,164,170); }
div.DivClassName
{
background-color: #CDA4AA;
}
.BgClassName
{
background-color: #CDA4AA;
}
</style>
border-color css
<style>
span { border-color: #CDA4AA; }
span { border-color: rgb(205,164,170); }
td.TdClassName
{
border-color: #CDA4AA;
}
.TagClassName
{
border-color: #CDA4AA;
}
</style>