Shades of Puce #CC80AB
Tints of Puce #CC80AB
RGB
CMYK
RGB Variations
Color information
#CC80AB (or 0xCC80AB) is known color: Puce. HEX triplet: CC, 80 and AB. RGB value is (204,128,171). Sum of RGB (Red+Green+Blue) = 204+128+171=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC80AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC80AB is #337F54. Grayscale: #9B9B9B. Windows color (decimal): -3374933 or 11239628. OLE color: 11239628.
HSL color Cylindrical-coordinate representation of color #CC80AB: hue angle of 326.05º 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 #CC80AB is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 171 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.2 |
| HSL | 326.05º | 0.43% | 0.65% | - |
| HSV(B) | 326.05º | 0.37% | 0.8% | - |
| XYZ | 39.97 | 31.22 | 42.45 | - |
| YUV | 155.63 | 136.68 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 171 | 0 | 0.37 | 0.16 | 0.2 | 326.05 | 0.43 | 0.65 |
| Hex | CC | 80 | AB | 0 | 25 | 10 | 14 | 146 | 2B | 41 |
| Octal | 314 | 200 | 253 | 0 | 45 | 20 | 24 | 506 | 53 | 101 |
| Binary | 11001100 | 10000000 | 10101011 | 0 | 100101 | 10000 | 10100 | 101000110 | 101011 | 1000001 |
Color Harmonies of #CC80AB
Complementary color
Monochromatic Colors of #CC80AB
Black with #CC80AB
Text Example
Text Example
White with #CC80AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80AB; }
p { color: rgb(204,128,171); }
H1.HeaderClassName
{
color: #CC80AB;
}
.AnyTagClassName
{
color: #CC80AB;
}
</style>
background-color css
<style>
a { background-color: #CC80AB; }
a { background-color: rgb(204,128,171); }
div.DivClassName
{
background-color: #CC80AB;
}
.BgClassName
{
background-color: #CC80AB;
}
</style>
border-color css
<style>
span { border-color: #CC80AB; }
span { border-color: rgb(204,128,171); }
td.TdClassName
{
border-color: #CC80AB;
}
.TagClassName
{
border-color: #CC80AB;
}
</style>