Shades of Careys Pink #CC99A6
Tints of Careys Pink #CC99A6
RGB
CMYK
RGB Variations
Color information
#CC99A6 (or 0xCC99A6) is known color: Careys Pink. HEX triplet: CC, 99 and A6. RGB value is (204,153,166). Sum of RGB (Red+Green+Blue) = 204+153+166=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CC99A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC99A6 is #336659. Grayscale: #A9A9A9. Windows color (decimal): -3368538 or 10918348. OLE color: 10918348.
HSL color Cylindrical-coordinate representation of color #CC99A6: hue angle of 344.71º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC99A6 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 166 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.2 |
| HSL | 344.71º | 0.33% | 0.7% | - |
| HSV(B) | 344.71º | 0.25% | 0.8% | - |
| XYZ | 43.18 | 38.37 | 41.21 | - |
| YUV | 169.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 166 | 0 | 0.25 | 0.19 | 0.2 | 344.71 | 0.33 | 0.7 |
| Hex | CC | 99 | A6 | 0 | 19 | 13 | 14 | 159 | 21 | 46 |
| Octal | 314 | 231 | 246 | 0 | 31 | 23 | 24 | 531 | 41 | 106 |
| Binary | 11001100 | 10011001 | 10100110 | 0 | 11001 | 10011 | 10100 | 101011001 | 100001 | 1000110 |
Color Harmonies of #CC99A6
Complementary color
Monochromatic Colors of #CC99A6
Black with #CC99A6
Text Example
Text Example
White with #CC99A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC99A6; }
p { color: rgb(204,153,166); }
H1.HeaderClassName
{
color: #CC99A6;
}
.AnyTagClassName
{
color: #CC99A6;
}
</style>
background-color css
<style>
a { background-color: #CC99A6; }
a { background-color: rgb(204,153,166); }
div.DivClassName
{
background-color: #CC99A6;
}
.BgClassName
{
background-color: #CC99A6;
}
</style>
border-color css
<style>
span { border-color: #CC99A6; }
span { border-color: rgb(204,153,166); }
td.TdClassName
{
border-color: #CC99A6;
}
.TagClassName
{
border-color: #CC99A6;
}
</style>