Shades of Careys Pink #CC969C
Tints of Careys Pink #CC969C
RGB
CMYK
RGB Variations
Color information
#CC969C (or 0xCC969C) is known color: Careys Pink. HEX triplet: CC, 96 and 9C. RGB value is (204,150,156). Sum of RGB (Red+Green+Blue) = 204+150+156=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC969C is #336963. Grayscale: #A6A6A6. Windows color (decimal): -3369316 or 10262220. OLE color: 10262220.
HSL color Cylindrical-coordinate representation of color #CC969C: hue angle of 353.33º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CC969C is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 156 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.2 |
| HSL | 353.33º | 0.35% | 0.69% | - |
| HSV(B) | 353.33º | 0.26% | 0.8% | - |
| XYZ | 41.81 | 37.05 | 36.4 | - |
| YUV | 166.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 156 | 0 | 0.26 | 0.24 | 0.2 | 353.33 | 0.35 | 0.69 |
| Hex | CC | 96 | 9C | 0 | 1A | 18 | 14 | 161 | 23 | 45 |
| Octal | 314 | 226 | 234 | 0 | 32 | 30 | 24 | 541 | 43 | 105 |
| Binary | 11001100 | 10010110 | 10011100 | 0 | 11010 | 11000 | 10100 | 101100001 | 100011 | 1000101 |
Color Harmonies of #CC969C
Complementary color
Monochromatic Colors of #CC969C
Black with #CC969C
Text Example
Text Example
White with #CC969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC969C; }
p { color: rgb(204,150,156); }
H1.HeaderClassName
{
color: #CC969C;
}
.AnyTagClassName
{
color: #CC969C;
}
</style>
background-color css
<style>
a { background-color: #CC969C; }
a { background-color: rgb(204,150,156); }
div.DivClassName
{
background-color: #CC969C;
}
.BgClassName
{
background-color: #CC969C;
}
</style>
border-color css
<style>
span { border-color: #CC969C; }
span { border-color: rgb(204,150,156); }
td.TdClassName
{
border-color: #CC969C;
}
.TagClassName
{
border-color: #CC969C;
}
</style>