Shades of Careys Pink #CDA6B1
Tints of Careys Pink #CDA6B1
RGB
CMYK
RGB Variations
Color information
#CDA6B1 (or 0xCDA6B1) is known color: Careys Pink. HEX triplet: CD, A6 and B1. RGB value is (205,166,177). Sum of RGB (Red+Green+Blue) = 205+166+177=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA6B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA6B1 is #32594E. Grayscale: #B2B2B2. Windows color (decimal): -3299663 or 11642573. OLE color: 11642573.
HSL color Cylindrical-coordinate representation of color #CDA6B1: hue angle of 343.08º 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 #CDA6B1 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 177 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.20 |
| HSL | 343.08º | 0.28% | 0.73% | - |
| HSV(B) | 343.08º | 0.19% | 0.8% | - |
| XYZ | 46.75 | 43.43 | 47.51 | - |
| YUV | 178.92 | 126.92 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 177 | 0 | 0.19 | 0.14 | 0.20 | 343.08 | 0.28 | 0.73 |
| Hex | CD | A6 | B1 | 0 | 13 | E | 14 | 157 | 1C | 49 |
| Octal | 315 | 246 | 261 | 0 | 23 | 16 | 24 | 527 | 34 | 111 |
| Binary | 11001101 | 10100110 | 10110001 | 0 | 10011 | 1110 | 10100 | 101010111 | 11100 | 1001001 |
Color Harmonies of #CDA6B1
Complementary color
Monochromatic Colors of #CDA6B1
Black with #CDA6B1
Text Example
Text Example
White with #CDA6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA6B1; }
p { color: rgb(205,166,177); }
H1.HeaderClassName
{
color: #CDA6B1;
}
.AnyTagClassName
{
color: #CDA6B1;
}
</style>
background-color css
<style>
a { background-color: #CDA6B1; }
a { background-color: rgb(205,166,177); }
div.DivClassName
{
background-color: #CDA6B1;
}
.BgClassName
{
background-color: #CDA6B1;
}
</style>
border-color css
<style>
span { border-color: #CDA6B1; }
span { border-color: rgb(205,166,177); }
td.TdClassName
{
border-color: #CDA6B1;
}
.TagClassName
{
border-color: #CDA6B1;
}
</style>