Shades of Careys Pink #CC959A
Tints of Careys Pink #CC959A
RGB
CMYK
RGB Variations
Color information
#CC959A (or 0xCC959A) is known color: Careys Pink. HEX triplet: CC, 95 and 9A. RGB value is (204,149,154). Sum of RGB (Red+Green+Blue) = 204+149+154=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CC959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC959A is #336A65. Grayscale: #A6A6A6. Windows color (decimal): -3369574 or 10130892. OLE color: 10130892.
HSL color Cylindrical-coordinate representation of color #CC959A: hue angle of 354.55º 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 #CC959A is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 154 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.2 |
| HSL | 354.55º | 0.35% | 0.69% | - |
| HSV(B) | 354.55º | 0.27% | 0.8% | - |
| XYZ | 41.48 | 36.67 | 35.46 | - |
| YUV | 166.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 154 | 0 | 0.27 | 0.25 | 0.2 | 354.55 | 0.35 | 0.69 |
| Hex | CC | 95 | 9A | 0 | 1B | 19 | 14 | 163 | 23 | 45 |
| Octal | 314 | 225 | 232 | 0 | 33 | 31 | 24 | 543 | 43 | 105 |
| Binary | 11001100 | 10010101 | 10011010 | 0 | 11011 | 11001 | 10100 | 101100011 | 100011 | 1000101 |
Color Harmonies of #CC959A
Complementary color
Monochromatic Colors of #CC959A
Black with #CC959A
Text Example
Text Example
White with #CC959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC959A; }
p { color: rgb(204,149,154); }
H1.HeaderClassName
{
color: #CC959A;
}
.AnyTagClassName
{
color: #CC959A;
}
</style>
background-color css
<style>
a { background-color: #CC959A; }
a { background-color: rgb(204,149,154); }
div.DivClassName
{
background-color: #CC959A;
}
.BgClassName
{
background-color: #CC959A;
}
</style>
border-color css
<style>
span { border-color: #CC959A; }
span { border-color: rgb(204,149,154); }
td.TdClassName
{
border-color: #CC959A;
}
.TagClassName
{
border-color: #CC959A;
}
</style>