Shades of Puce #CC80A7
Tints of Puce #CC80A7
RGB
CMYK
RGB Variations
Color information
#CC80A7 (or 0xCC80A7) is known color: Puce. HEX triplet: CC, 80 and A7. RGB value is (204,128,167). Sum of RGB (Red+Green+Blue) = 204+128+167=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 167 (65.62% from 255 or 33.47% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CC80A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC80A7 is #337F58. Grayscale: #9B9B9B. Windows color (decimal): -3374937 or 10977484. OLE color: 10977484.
HSL color Cylindrical-coordinate representation of color #CC80A7: hue angle of 329.21º 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 #CC80A7 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 167 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.2 |
| HSL | 329.21º | 0.43% | 0.65% | - |
| HSV(B) | 329.21º | 0.37% | 0.8% | - |
| XYZ | 39.6 | 31.07 | 40.47 | - |
| YUV | 155.17 | 134.68 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 167 | 0 | 0.37 | 0.18 | 0.2 | 329.21 | 0.43 | 0.65 |
| Hex | CC | 80 | A7 | 0 | 25 | 12 | 14 | 149 | 2B | 41 |
| Octal | 314 | 200 | 247 | 0 | 45 | 22 | 24 | 511 | 53 | 101 |
| Binary | 11001100 | 10000000 | 10100111 | 0 | 100101 | 10010 | 10100 | 101001001 | 101011 | 1000001 |
Color Harmonies of #CC80A7
Complementary color
Monochromatic Colors of #CC80A7
Black with #CC80A7
Text Example
Text Example
White with #CC80A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80A7; }
p { color: rgb(204,128,167); }
H1.HeaderClassName
{
color: #CC80A7;
}
.AnyTagClassName
{
color: #CC80A7;
}
</style>
background-color css
<style>
a { background-color: #CC80A7; }
a { background-color: rgb(204,128,167); }
div.DivClassName
{
background-color: #CC80A7;
}
.BgClassName
{
background-color: #CC80A7;
}
</style>
border-color css
<style>
span { border-color: #CC80A7; }
span { border-color: rgb(204,128,167); }
td.TdClassName
{
border-color: #CC80A7;
}
.TagClassName
{
border-color: #CC80A7;
}
</style>