Shades of Careys Pink #CCA1A6
Tints of Careys Pink #CCA1A6
RGB
CMYK
RGB Variations
Color information
#CCA1A6 (or 0xCCA1A6) is known color: Careys Pink. HEX triplet: CC, A1 and A6. RGB value is (204,161,166). Sum of RGB (Red+Green+Blue) = 204+161+166=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA1A6 is #335E59. Grayscale: #AEAEAE. Windows color (decimal): -3366490 or 10920396. OLE color: 10920396.
HSL color Cylindrical-coordinate representation of color #CCA1A6: hue angle of 353.02º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCA1A6 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 166 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.2 |
| HSL | 353.02º | 0.3% | 0.72% | - |
| HSV(B) | 353.02º | 0.21% | 0.8% | - |
| XYZ | 44.53 | 41.08 | 41.66 | - |
| YUV | 174.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 166 | 0 | 0.21 | 0.19 | 0.2 | 353.02 | 0.3 | 0.72 |
| Hex | CC | A1 | A6 | 0 | 15 | 13 | 14 | 161 | 1E | 48 |
| Octal | 314 | 241 | 246 | 0 | 25 | 23 | 24 | 541 | 36 | 110 |
| Binary | 11001100 | 10100001 | 10100110 | 0 | 10101 | 10011 | 10100 | 101100001 | 11110 | 1001000 |
Color Harmonies of #CCA1A6
Complementary color
Monochromatic Colors of #CCA1A6
Black with #CCA1A6
Text Example
Text Example
White with #CCA1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA1A6; }
p { color: rgb(204,161,166); }
H1.HeaderClassName
{
color: #CCA1A6;
}
.AnyTagClassName
{
color: #CCA1A6;
}
</style>
background-color css
<style>
a { background-color: #CCA1A6; }
a { background-color: rgb(204,161,166); }
div.DivClassName
{
background-color: #CCA1A6;
}
.BgClassName
{
background-color: #CCA1A6;
}
</style>
border-color css
<style>
span { border-color: #CCA1A6; }
span { border-color: rgb(204,161,166); }
td.TdClassName
{
border-color: #CCA1A6;
}
.TagClassName
{
border-color: #CCA1A6;
}
</style>