Shades of Careys Pink #CC959C
Tints of Careys Pink #CC959C
RGB
CMYK
RGB Variations
Color information
#CC959C (or 0xCC959C) is known color: Careys Pink. HEX triplet: CC, 95 and 9C. RGB value is (204,149,156). Sum of RGB (Red+Green+Blue) = 204+149+156=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC959C is #336A63. Grayscale: #A6A6A6. Windows color (decimal): -3369572 or 10261964. OLE color: 10261964.
HSL color Cylindrical-coordinate representation of color #CC959C: hue angle of 352.36º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC959C is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 156 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.2 |
| HSL | 352.36º | 0.35% | 0.69% | - |
| HSV(B) | 352.36º | 0.27% | 0.8% | - |
| XYZ | 41.65 | 36.73 | 36.35 | - |
| YUV | 166.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 156 | 0 | 0.27 | 0.24 | 0.2 | 352.36 | 0.35 | 0.69 |
| Hex | CC | 95 | 9C | 0 | 1B | 18 | 14 | 160 | 23 | 45 |
| Octal | 314 | 225 | 234 | 0 | 33 | 30 | 24 | 540 | 43 | 105 |
| Binary | 11001100 | 10010101 | 10011100 | 0 | 11011 | 11000 | 10100 | 101100000 | 100011 | 1000101 |
Color Harmonies of #CC959C
Complementary color
Monochromatic Colors of #CC959C
Black with #CC959C
Text Example
Text Example
White with #CC959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC959C; }
p { color: rgb(204,149,156); }
H1.HeaderClassName
{
color: #CC959C;
}
.AnyTagClassName
{
color: #CC959C;
}
</style>
background-color css
<style>
a { background-color: #CC959C; }
a { background-color: rgb(204,149,156); }
div.DivClassName
{
background-color: #CC959C;
}
.BgClassName
{
background-color: #CC959C;
}
</style>
border-color css
<style>
span { border-color: #CC959C; }
span { border-color: rgb(204,149,156); }
td.TdClassName
{
border-color: #CC959C;
}
.TagClassName
{
border-color: #CC959C;
}
</style>