Shades of Careys Pink #CDA7AC
Tints of Careys Pink #CDA7AC
RGB
CMYK
RGB Variations
Color information
#CDA7AC (or 0xCDA7AC) is known color: Careys Pink. HEX triplet: CD, A7 and AC. RGB value is (205,167,172). Sum of RGB (Red+Green+Blue) = 205+167+172=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA7AC is #325853. Grayscale: #B2B2B2. Windows color (decimal): -3299412 or 11315149. OLE color: 11315149.
HSL color Cylindrical-coordinate representation of color #CDA7AC: hue angle of 352.11º 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 #CDA7AC is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 172 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.20 |
| HSL | 352.11º | 0.28% | 0.73% | - |
| HSV(B) | 352.11º | 0.19% | 0.8% | - |
| XYZ | 46.44 | 43.6 | 45 | - |
| YUV | 178.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 172 | 0 | 0.19 | 0.16 | 0.20 | 352.11 | 0.28 | 0.73 |
| Hex | CD | A7 | AC | 0 | 13 | 10 | 14 | 160 | 1C | 49 |
| Octal | 315 | 247 | 254 | 0 | 23 | 20 | 24 | 540 | 34 | 111 |
| Binary | 11001101 | 10100111 | 10101100 | 0 | 10011 | 10000 | 10100 | 101100000 | 11100 | 1001001 |
Color Harmonies of #CDA7AC
Complementary color
Monochromatic Colors of #CDA7AC
Black with #CDA7AC
Text Example
Text Example
White with #CDA7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA7AC; }
p { color: rgb(205,167,172); }
H1.HeaderClassName
{
color: #CDA7AC;
}
.AnyTagClassName
{
color: #CDA7AC;
}
</style>
background-color css
<style>
a { background-color: #CDA7AC; }
a { background-color: rgb(205,167,172); }
div.DivClassName
{
background-color: #CDA7AC;
}
.BgClassName
{
background-color: #CDA7AC;
}
</style>
border-color css
<style>
span { border-color: #CDA7AC; }
span { border-color: rgb(205,167,172); }
td.TdClassName
{
border-color: #CDA7AC;
}
.TagClassName
{
border-color: #CDA7AC;
}
</style>