Shades of My Pink #CC8980
Tints of My Pink #CC8980
RGB
CMYK
RGB Variations
Color information
#CC8980 (or 0xCC8980) is known color: My Pink. HEX triplet: CC, 89 and 80. RGB value is (204,137,128). Sum of RGB (Red+Green+Blue) = 204+137+128=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8980 is #33767F. Grayscale: #9C9C9C. Windows color (decimal): -3372672 or 8423884. OLE color: 8423884.
HSL color Cylindrical-coordinate representation of color #CC8980: hue angle of 7.11º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC8980 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 128 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.2 |
| HSL | 7.11º | 0.43% | 0.65% | - |
| HSV(B) | 7.11º | 0.37% | 0.8% | - |
| XYZ | 37.74 | 32.29 | 24.66 | - |
| YUV | 156.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 128 | 0 | 0.33 | 0.37 | 0.2 | 7.11 | 0.43 | 0.65 |
| Hex | CC | 89 | 80 | 0 | 21 | 25 | 14 | 7 | 2B | 41 |
| Octal | 314 | 211 | 200 | 0 | 41 | 45 | 24 | 7 | 53 | 101 |
| Binary | 11001100 | 10001001 | 10000000 | 0 | 100001 | 100101 | 10100 | 111 | 101011 | 1000001 |
Color Harmonies of #CC8980
Complementary color
Monochromatic Colors of #CC8980
Black with #CC8980
Text Example
Text Example
White with #CC8980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8980; }
p { color: rgb(204,137,128); }
H1.HeaderClassName
{
color: #CC8980;
}
.AnyTagClassName
{
color: #CC8980;
}
</style>
background-color css
<style>
a { background-color: #CC8980; }
a { background-color: rgb(204,137,128); }
div.DivClassName
{
background-color: #CC8980;
}
.BgClassName
{
background-color: #CC8980;
}
</style>
border-color css
<style>
span { border-color: #CC8980; }
span { border-color: rgb(204,137,128); }
td.TdClassName
{
border-color: #CC8980;
}
.TagClassName
{
border-color: #CC8980;
}
</style>