Shades of Careys Pink #CCA6AB
Tints of Careys Pink #CCA6AB
RGB
CMYK
RGB Variations
Color information
#CCA6AB (or 0xCCA6AB) is known color: Careys Pink. HEX triplet: CC, A6 and AB. RGB value is (204,166,171). Sum of RGB (Red+Green+Blue) = 204+166+171=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA6AB is #335954. Grayscale: #B1B1B1. Windows color (decimal): -3365205 or 11249356. OLE color: 11249356.
HSL color Cylindrical-coordinate representation of color #CCA6AB: hue angle of 352.11º 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 #CCA6AB is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 166 | 171 | - |
CMYK | 0 | 0.19 | 0.16 | 0.2 |
HSL | 352.11º | 0.27% | 0.73% | - |
HSV(B) | 352.11º | 0.19% | 0.8% | - |
XYZ | 45.89 | 43.05 | 44.42 | - |
YUV | 177.93 | 124.09 | 146.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 166 | 171 | 0 | 0.19 | 0.16 | 0.2 | 352.11 | 0.27 | 0.73 |
Hex | CC | A6 | AB | 0 | 13 | 10 | 14 | 160 | 1B | 49 |
Octal | 314 | 246 | 253 | 0 | 23 | 20 | 24 | 540 | 33 | 111 |
Binary | 11001100 | 10100110 | 10101011 | 0 | 10011 | 10000 | 10100 | 101100000 | 11011 | 1001001 |
Color Harmonies of #CCA6AB
Complementary color
Monochromatic Colors of #CCA6AB
Black with #CCA6AB
Text Example
Text Example
White with #CCA6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA6AB; }
p { color: rgb(204,166,171); }
H1.HeaderClassName
{
color: #CCA6AB;
}
.AnyTagClassName
{
color: #CCA6AB;
}
</style>
background-color css
<style>
a { background-color: #CCA6AB; }
a { background-color: rgb(204,166,171); }
div.DivClassName
{
background-color: #CCA6AB;
}
.BgClassName
{
background-color: #CCA6AB;
}
</style>
border-color css
<style>
span { border-color: #CCA6AB; }
span { border-color: rgb(204,166,171); }
td.TdClassName
{
border-color: #CCA6AB;
}
.TagClassName
{
border-color: #CCA6AB;
}
</style>