Shades of Careys Pink #CC9CA1
Tints of Careys Pink #CC9CA1
RGB
CMYK
RGB Variations
Color information
#CC9CA1 (or 0xCC9CA1) is known color: Careys Pink. HEX triplet: CC, 9C and A1. RGB value is (204,156,161). Sum of RGB (Red+Green+Blue) = 204+156+161=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9CA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9CA1 is #33635E. Grayscale: #AAAAAA. Windows color (decimal): -3367775 or 10591436. OLE color: 10591436.
HSL color Cylindrical-coordinate representation of color #CC9CA1: hue angle of 353.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CC9CA1 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 161 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.2 |
| HSL | 353.75º | 0.32% | 0.71% | - |
| HSV(B) | 353.75º | 0.24% | 0.8% | - |
| XYZ | 43.22 | 39.19 | 39 | - |
| YUV | 170.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 161 | 0 | 0.24 | 0.21 | 0.2 | 353.75 | 0.32 | 0.71 |
| Hex | CC | 9C | A1 | 0 | 18 | 15 | 14 | 162 | 20 | 47 |
| Octal | 314 | 234 | 241 | 0 | 30 | 25 | 24 | 542 | 40 | 107 |
| Binary | 11001100 | 10011100 | 10100001 | 0 | 11000 | 10101 | 10100 | 101100010 | 100000 | 1000111 |
Color Harmonies of #CC9CA1
Complementary color
Monochromatic Colors of #CC9CA1
Black with #CC9CA1
Text Example
Text Example
White with #CC9CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9CA1; }
p { color: rgb(204,156,161); }
H1.HeaderClassName
{
color: #CC9CA1;
}
.AnyTagClassName
{
color: #CC9CA1;
}
</style>
background-color css
<style>
a { background-color: #CC9CA1; }
a { background-color: rgb(204,156,161); }
div.DivClassName
{
background-color: #CC9CA1;
}
.BgClassName
{
background-color: #CC9CA1;
}
</style>
border-color css
<style>
span { border-color: #CC9CA1; }
span { border-color: rgb(204,156,161); }
td.TdClassName
{
border-color: #CC9CA1;
}
.TagClassName
{
border-color: #CC9CA1;
}
</style>