Shades of My Pink #CC8B80
Tints of My Pink #CC8B80
RGB
CMYK
RGB Variations
Color information
#CC8B80 (or 0xCC8B80) is known color: My Pink. HEX triplet: CC, 8B and 80. RGB value is (204,139,128). Sum of RGB (Red+Green+Blue) = 204+139+128=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8B80 is #33747F. Grayscale: #9D9D9D. Windows color (decimal): -3372160 or 8424396. OLE color: 8424396.
HSL color Cylindrical-coordinate representation of color #CC8B80: hue angle of 8.68º 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 #CC8B80 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 139 | 128 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.2 |
| HSL | 8.68º | 0.43% | 0.65% | - |
| HSV(B) | 8.68º | 0.37% | 0.8% | - |
| XYZ | 38.03 | 32.86 | 24.76 | - |
| YUV | 157.18 | 111.53 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 139 | 128 | 0 | 0.32 | 0.37 | 0.2 | 8.68 | 0.43 | 0.65 |
| Hex | CC | 8B | 80 | 0 | 20 | 25 | 14 | 9 | 2B | 41 |
| Octal | 314 | 213 | 200 | 0 | 40 | 45 | 24 | 11 | 53 | 101 |
| Binary | 11001100 | 10001011 | 10000000 | 0 | 100000 | 100101 | 10100 | 1001 | 101011 | 1000001 |
Color Harmonies of #CC8B80
Complementary color
Monochromatic Colors of #CC8B80
Black with #CC8B80
Text Example
Text Example
White with #CC8B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8B80; }
p { color: rgb(204,139,128); }
H1.HeaderClassName
{
color: #CC8B80;
}
.AnyTagClassName
{
color: #CC8B80;
}
</style>
background-color css
<style>
a { background-color: #CC8B80; }
a { background-color: rgb(204,139,128); }
div.DivClassName
{
background-color: #CC8B80;
}
.BgClassName
{
background-color: #CC8B80;
}
</style>
border-color css
<style>
span { border-color: #CC8B80; }
span { border-color: rgb(204,139,128); }
td.TdClassName
{
border-color: #CC8B80;
}
.TagClassName
{
border-color: #CC8B80;
}
</style>