Shades of Careys Pink #CCA0AD
Tints of Careys Pink #CCA0AD
RGB
CMYK
RGB Variations
Color information
#CCA0AD (or 0xCCA0AD) is known color: Careys Pink. HEX triplet: CC, A0 and AD. RGB value is (204,160,173). Sum of RGB (Red+Green+Blue) = 204+160+173=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA0AD is #335F52. Grayscale: #AEAEAE. Windows color (decimal): -3366739 or 11378892. OLE color: 11378892.
HSL color Cylindrical-coordinate representation of color #CCA0AD: hue angle of 342.27º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCA0AD is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 160 | 173 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.2 |
| HSL | 342.27º | 0.3% | 0.71% | - |
| HSV(B) | 342.27º | 0.22% | 0.8% | - |
| XYZ | 45.02 | 41 | 45.08 | - |
| YUV | 174.64 | 127.08 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 160 | 173 | 0 | 0.22 | 0.15 | 0.2 | 342.27 | 0.3 | 0.71 |
| Hex | CC | A0 | AD | 0 | 16 | F | 14 | 156 | 1E | 47 |
| Octal | 314 | 240 | 255 | 0 | 26 | 17 | 24 | 526 | 36 | 107 |
| Binary | 11001100 | 10100000 | 10101101 | 0 | 10110 | 1111 | 10100 | 101010110 | 11110 | 1000111 |
Color Harmonies of #CCA0AD
Complementary color
Monochromatic Colors of #CCA0AD
Black with #CCA0AD
Text Example
Text Example
White with #CCA0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA0AD; }
p { color: rgb(204,160,173); }
H1.HeaderClassName
{
color: #CCA0AD;
}
.AnyTagClassName
{
color: #CCA0AD;
}
</style>
background-color css
<style>
a { background-color: #CCA0AD; }
a { background-color: rgb(204,160,173); }
div.DivClassName
{
background-color: #CCA0AD;
}
.BgClassName
{
background-color: #CCA0AD;
}
</style>
border-color css
<style>
span { border-color: #CCA0AD; }
span { border-color: rgb(204,160,173); }
td.TdClassName
{
border-color: #CCA0AD;
}
.TagClassName
{
border-color: #CCA0AD;
}
</style>