Shades of Careys Pink #CDA7AA
Tints of Careys Pink #CDA7AA
RGB
CMYK
RGB Variations
Color information
#CDA7AA (or 0xCDA7AA) is known color: Careys Pink. HEX triplet: CD, A7 and AA. RGB value is (205,167,170). Sum of RGB (Red+Green+Blue) = 205+167+170=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 167 (65.62% from 255 or 30.81% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA7AA is #325855. Grayscale: #B2B2B2. Windows color (decimal): -3299414 or 11184077. OLE color: 11184077.
HSL color Cylindrical-coordinate representation of color #CDA7AA: hue angle of 355.26º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDA7AA is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 170 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.20 |
| HSL | 355.26º | 0.28% | 0.73% | - |
| HSV(B) | 355.26º | 0.19% | 0.8% | - |
| XYZ | 46.25 | 43.52 | 43.99 | - |
| YUV | 178.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 170 | 0 | 0.19 | 0.17 | 0.20 | 355.26 | 0.28 | 0.73 |
| Hex | CD | A7 | AA | 0 | 13 | 11 | 14 | 163 | 1C | 49 |
| Octal | 315 | 247 | 252 | 0 | 23 | 21 | 24 | 543 | 34 | 111 |
| Binary | 11001101 | 10100111 | 10101010 | 0 | 10011 | 10001 | 10100 | 101100011 | 11100 | 1001001 |
Color Harmonies of #CDA7AA
Complementary color
Monochromatic Colors of #CDA7AA
Black with #CDA7AA
Text Example
Text Example
White with #CDA7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA7AA; }
p { color: rgb(205,167,170); }
H1.HeaderClassName
{
color: #CDA7AA;
}
.AnyTagClassName
{
color: #CDA7AA;
}
</style>
background-color css
<style>
a { background-color: #CDA7AA; }
a { background-color: rgb(205,167,170); }
div.DivClassName
{
background-color: #CDA7AA;
}
.BgClassName
{
background-color: #CDA7AA;
}
</style>
border-color css
<style>
span { border-color: #CDA7AA; }
span { border-color: rgb(205,167,170); }
td.TdClassName
{
border-color: #CDA7AA;
}
.TagClassName
{
border-color: #CDA7AA;
}
</style>