Shades of Careys Pink #CDA2A6
Tints of Careys Pink #CDA2A6
RGB
CMYK
RGB Variations
Color information
#CDA2A6 (or 0xCDA2A6) is known color: Careys Pink. HEX triplet: CD, A2 and A6. RGB value is (205,162,166). Sum of RGB (Red+Green+Blue) = 205+162+166=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA2A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA2A6 is #325D59. Grayscale: #AFAFAF. Windows color (decimal): -3300698 or 10920653. OLE color: 10920653.
HSL color Cylindrical-coordinate representation of color #CDA2A6: hue angle of 354.42º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDA2A6 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 166 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.20 |
| HSL | 354.42º | 0.3% | 0.72% | - |
| HSV(B) | 354.42º | 0.21% | 0.8% | - |
| XYZ | 44.98 | 41.57 | 41.73 | - |
| YUV | 175.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 166 | 0 | 0.21 | 0.19 | 0.20 | 354.42 | 0.3 | 0.72 |
| Hex | CD | A2 | A6 | 0 | 15 | 13 | 14 | 162 | 1E | 48 |
| Octal | 315 | 242 | 246 | 0 | 25 | 23 | 24 | 542 | 36 | 110 |
| Binary | 11001101 | 10100010 | 10100110 | 0 | 10101 | 10011 | 10100 | 101100010 | 11110 | 1001000 |
Color Harmonies of #CDA2A6
Complementary color
Monochromatic Colors of #CDA2A6
Black with #CDA2A6
Text Example
Text Example
White with #CDA2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2A6; }
p { color: rgb(205,162,166); }
H1.HeaderClassName
{
color: #CDA2A6;
}
.AnyTagClassName
{
color: #CDA2A6;
}
</style>
background-color css
<style>
a { background-color: #CDA2A6; }
a { background-color: rgb(205,162,166); }
div.DivClassName
{
background-color: #CDA2A6;
}
.BgClassName
{
background-color: #CDA2A6;
}
</style>
border-color css
<style>
span { border-color: #CDA2A6; }
span { border-color: rgb(205,162,166); }
td.TdClassName
{
border-color: #CDA2A6;
}
.TagClassName
{
border-color: #CDA2A6;
}
</style>