Shades of Careys Pink #CDA6B2
Tints of Careys Pink #CDA6B2
RGB
CMYK
RGB Variations
Color information
#CDA6B2 (or 0xCDA6B2) is known color: Careys Pink. HEX triplet: CD, A6 and B2. RGB value is (205,166,178). Sum of RGB (Red+Green+Blue) = 205+166+178=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA6B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA6B2 is #32594D. Grayscale: #B3B3B3. Windows color (decimal): -3299662 or 11708109. OLE color: 11708109.
HSL color Cylindrical-coordinate representation of color #CDA6B2: hue angle of 341.54º 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 #CDA6B2 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 178 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.20 |
| HSL | 341.54º | 0.28% | 0.73% | - |
| HSV(B) | 341.54º | 0.19% | 0.8% | - |
| XYZ | 46.85 | 43.47 | 48.04 | - |
| YUV | 179.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 178 | 0 | 0.19 | 0.13 | 0.20 | 341.54 | 0.28 | 0.73 |
| Hex | CD | A6 | B2 | 0 | 13 | D | 14 | 156 | 1C | 49 |
| Octal | 315 | 246 | 262 | 0 | 23 | 15 | 24 | 526 | 34 | 111 |
| Binary | 11001101 | 10100110 | 10110010 | 0 | 10011 | 1101 | 10100 | 101010110 | 11100 | 1001001 |
Color Harmonies of #CDA6B2
Complementary color
Monochromatic Colors of #CDA6B2
Black with #CDA6B2
Text Example
Text Example
White with #CDA6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA6B2; }
p { color: rgb(205,166,178); }
H1.HeaderClassName
{
color: #CDA6B2;
}
.AnyTagClassName
{
color: #CDA6B2;
}
</style>
background-color css
<style>
a { background-color: #CDA6B2; }
a { background-color: rgb(205,166,178); }
div.DivClassName
{
background-color: #CDA6B2;
}
.BgClassName
{
background-color: #CDA6B2;
}
</style>
border-color css
<style>
span { border-color: #CDA6B2; }
span { border-color: rgb(205,166,178); }
td.TdClassName
{
border-color: #CDA6B2;
}
.TagClassName
{
border-color: #CDA6B2;
}
</style>