Shades of Careys Pink #CDA4A7
Tints of Careys Pink #CDA4A7
RGB
CMYK
RGB Variations
Color information
#CDA4A7 (or 0xCDA4A7) is known color: Careys Pink. HEX triplet: CD, A4 and A7. RGB value is (205,164,167). Sum of RGB (Red+Green+Blue) = 205+164+167=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 167 (65.62% from 255 or 31.16% from 536); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA4A7 is #325B58. Grayscale: #B0B0B0. Windows color (decimal): -3300185 or 10986701. OLE color: 10986701.
HSL color Cylindrical-coordinate representation of color #CDA4A7: hue angle of 355.61º 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 #CDA4A7 is Cyan = 0, Magento = 0.2, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 167 | - |
| CMYK | 0 | 0.2 | 0.19 | 0.20 |
| HSL | 355.61º | 0.29% | 0.72% | - |
| HSV(B) | 355.61º | 0.2% | 0.8% | - |
| XYZ | 45.43 | 42.32 | 42.33 | - |
| YUV | 176.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 167 | 0 | 0.2 | 0.19 | 0.20 | 355.61 | 0.29 | 0.72 |
| Hex | CD | A4 | A7 | 0 | 14 | 13 | 14 | 164 | 1D | 48 |
| Octal | 315 | 244 | 247 | 0 | 24 | 23 | 24 | 544 | 35 | 110 |
| Binary | 11001101 | 10100100 | 10100111 | 0 | 10100 | 10011 | 10100 | 101100100 | 11101 | 1001000 |
Color Harmonies of #CDA4A7
Complementary color
Monochromatic Colors of #CDA4A7
Black with #CDA4A7
Text Example
Text Example
White with #CDA4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4A7; }
p { color: rgb(205,164,167); }
H1.HeaderClassName
{
color: #CDA4A7;
}
.AnyTagClassName
{
color: #CDA4A7;
}
</style>
background-color css
<style>
a { background-color: #CDA4A7; }
a { background-color: rgb(205,164,167); }
div.DivClassName
{
background-color: #CDA4A7;
}
.BgClassName
{
background-color: #CDA4A7;
}
</style>
border-color css
<style>
span { border-color: #CDA4A7; }
span { border-color: rgb(205,164,167); }
td.TdClassName
{
border-color: #CDA4A7;
}
.TagClassName
{
border-color: #CDA4A7;
}
</style>