Shades of Careys Pink #CCA6AA
Tints of Careys Pink #CCA6AA
RGB
CMYK
RGB Variations
Color information
#CCA6AA (or 0xCCA6AA) is known color: Careys Pink. HEX triplet: CC, A6 and AA. RGB value is (204,166,170). Sum of RGB (Red+Green+Blue) = 204+166+170=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 166 (65.23% from 255 or 30.74% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA6AA is #335955. Grayscale: #B1B1B1. Windows color (decimal): -3365206 or 11183820. OLE color: 11183820.
HSL color Cylindrical-coordinate representation of color #CCA6AA: hue angle of 353.68º 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 #CCA6AA is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 170 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.2 |
| HSL | 353.68º | 0.27% | 0.73% | - |
| HSV(B) | 353.68º | 0.19% | 0.8% | - |
| XYZ | 45.79 | 43.01 | 43.92 | - |
| YUV | 177.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 170 | 0 | 0.19 | 0.17 | 0.2 | 353.68 | 0.27 | 0.73 |
| Hex | CC | A6 | AA | 0 | 13 | 11 | 14 | 162 | 1B | 49 |
| Octal | 314 | 246 | 252 | 0 | 23 | 21 | 24 | 542 | 33 | 111 |
| Binary | 11001100 | 10100110 | 10101010 | 0 | 10011 | 10001 | 10100 | 101100010 | 11011 | 1001001 |
Color Harmonies of #CCA6AA
Complementary color
Monochromatic Colors of #CCA6AA
Black with #CCA6AA
Text Example
Text Example
White with #CCA6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA6AA; }
p { color: rgb(204,166,170); }
H1.HeaderClassName
{
color: #CCA6AA;
}
.AnyTagClassName
{
color: #CCA6AA;
}
</style>
background-color css
<style>
a { background-color: #CCA6AA; }
a { background-color: rgb(204,166,170); }
div.DivClassName
{
background-color: #CCA6AA;
}
.BgClassName
{
background-color: #CCA6AA;
}
</style>
border-color css
<style>
span { border-color: #CCA6AA; }
span { border-color: rgb(204,166,170); }
td.TdClassName
{
border-color: #CCA6AA;
}
.TagClassName
{
border-color: #CCA6AA;
}
</style>