Shades of Careys Pink #CDA4A6
Tints of Careys Pink #CDA4A6
RGB
CMYK
RGB Variations
Color information
#CDA4A6 (or 0xCDA4A6) is known color: Careys Pink. HEX triplet: CD, A4 and A6. RGB value is (205,164,166). Sum of RGB (Red+Green+Blue) = 205+164+166=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA4A6 is #325B59. Grayscale: #B0B0B0. Windows color (decimal): -3300186 or 10921165. OLE color: 10921165.
HSL color Cylindrical-coordinate representation of color #CDA4A6: hue angle of 357.07º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDA4A6 is Cyan = 0, Magento = 0.2, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 166 | - |
| CMYK | 0 | 0.2 | 0.19 | 0.20 |
| HSL | 357.07º | 0.29% | 0.72% | - |
| HSV(B) | 357.07º | 0.2% | 0.8% | - |
| XYZ | 45.34 | 42.28 | 41.85 | - |
| YUV | 176.49 | 122.08 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 166 | 0 | 0.2 | 0.19 | 0.20 | 357.07 | 0.29 | 0.72 |
| Hex | CD | A4 | A6 | 0 | 14 | 13 | 14 | 165 | 1D | 48 |
| Octal | 315 | 244 | 246 | 0 | 24 | 23 | 24 | 545 | 35 | 110 |
| Binary | 11001101 | 10100100 | 10100110 | 0 | 10100 | 10011 | 10100 | 101100101 | 11101 | 1001000 |
Color Harmonies of #CDA4A6
Complementary color
Monochromatic Colors of #CDA4A6
Black with #CDA4A6
Text Example
Text Example
White with #CDA4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4A6; }
p { color: rgb(205,164,166); }
H1.HeaderClassName
{
color: #CDA4A6;
}
.AnyTagClassName
{
color: #CDA4A6;
}
</style>
background-color css
<style>
a { background-color: #CDA4A6; }
a { background-color: rgb(205,164,166); }
div.DivClassName
{
background-color: #CDA4A6;
}
.BgClassName
{
background-color: #CDA4A6;
}
</style>
border-color css
<style>
span { border-color: #CDA4A6; }
span { border-color: rgb(205,164,166); }
td.TdClassName
{
border-color: #CDA4A6;
}
.TagClassName
{
border-color: #CDA4A6;
}
</style>