Shades of Careys Pink #CDA6AC
Tints of Careys Pink #CDA6AC
RGB
CMYK
RGB Variations
Color information
#CDA6AC (or 0xCDA6AC) is known color: Careys Pink. HEX triplet: CD, A6 and AC. RGB value is (205,166,172). Sum of RGB (Red+Green+Blue) = 205+166+172=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA6AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA6AC is #325953. Grayscale: #B2B2B2. Windows color (decimal): -3299668 or 11314893. OLE color: 11314893.
HSL color Cylindrical-coordinate representation of color #CDA6AC: hue angle of 350.77º 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 #CDA6AC is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 172 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.20 |
| HSL | 350.77º | 0.28% | 0.73% | - |
| HSV(B) | 350.77º | 0.19% | 0.8% | - |
| XYZ | 46.26 | 43.23 | 44.94 | - |
| YUV | 178.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 172 | 0 | 0.19 | 0.16 | 0.20 | 350.77 | 0.28 | 0.73 |
| Hex | CD | A6 | AC | 0 | 13 | 10 | 14 | 15F | 1C | 49 |
| Octal | 315 | 246 | 254 | 0 | 23 | 20 | 24 | 537 | 34 | 111 |
| Binary | 11001101 | 10100110 | 10101100 | 0 | 10011 | 10000 | 10100 | 101011111 | 11100 | 1001001 |
Color Harmonies of #CDA6AC
Complementary color
Monochromatic Colors of #CDA6AC
Black with #CDA6AC
Text Example
Text Example
White with #CDA6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA6AC; }
p { color: rgb(205,166,172); }
H1.HeaderClassName
{
color: #CDA6AC;
}
.AnyTagClassName
{
color: #CDA6AC;
}
</style>
background-color css
<style>
a { background-color: #CDA6AC; }
a { background-color: rgb(205,166,172); }
div.DivClassName
{
background-color: #CDA6AC;
}
.BgClassName
{
background-color: #CDA6AC;
}
</style>
border-color css
<style>
span { border-color: #CDA6AC; }
span { border-color: rgb(205,166,172); }
td.TdClassName
{
border-color: #CDA6AC;
}
.TagClassName
{
border-color: #CDA6AC;
}
</style>