Shades of Careys Pink #CCA6AD
Tints of Careys Pink #CCA6AD
RGB
CMYK
RGB Variations
Color information
#CCA6AD (or 0xCCA6AD) is known color: Careys Pink. HEX triplet: CC, A6 and AD. RGB value is (204,166,173). Sum of RGB (Red+Green+Blue) = 204+166+173=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA6AD is #335952. Grayscale: #B2B2B2. Windows color (decimal): -3365203 or 11380428. OLE color: 11380428.
HSL color Cylindrical-coordinate representation of color #CCA6AD: hue angle of 348.95º degrees, saturation: 0.27, 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 #CCA6AD is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 173 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.2 |
| HSL | 348.95º | 0.27% | 0.73% | - |
| HSV(B) | 348.95º | 0.19% | 0.8% | - |
| XYZ | 46.08 | 43.13 | 45.43 | - |
| YUV | 178.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 173 | 0 | 0.19 | 0.15 | 0.2 | 348.95 | 0.27 | 0.73 |
| Hex | CC | A6 | AD | 0 | 13 | F | 14 | 15D | 1B | 49 |
| Octal | 314 | 246 | 255 | 0 | 23 | 17 | 24 | 535 | 33 | 111 |
| Binary | 11001100 | 10100110 | 10101101 | 0 | 10011 | 1111 | 10100 | 101011101 | 11011 | 1001001 |
Color Harmonies of #CCA6AD
Complementary color
Monochromatic Colors of #CCA6AD
Black with #CCA6AD
Text Example
Text Example
White with #CCA6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA6AD; }
p { color: rgb(204,166,173); }
H1.HeaderClassName
{
color: #CCA6AD;
}
.AnyTagClassName
{
color: #CCA6AD;
}
</style>
background-color css
<style>
a { background-color: #CCA6AD; }
a { background-color: rgb(204,166,173); }
div.DivClassName
{
background-color: #CCA6AD;
}
.BgClassName
{
background-color: #CCA6AD;
}
</style>
border-color css
<style>
span { border-color: #CCA6AD; }
span { border-color: rgb(204,166,173); }
td.TdClassName
{
border-color: #CCA6AD;
}
.TagClassName
{
border-color: #CCA6AD;
}
</style>