Shades of Puce #CC7FA1
Tints of Puce #CC7FA1
RGB
CMYK
RGB Variations
Color information
#CC7FA1 (or 0xCC7FA1) is known color: Puce. HEX triplet: CC, 7F and A1. RGB value is (204,127,161). Sum of RGB (Red+Green+Blue) = 204+127+161=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7FA1 is #33805E. Grayscale: #999999. Windows color (decimal): -3375199 or 10584012. OLE color: 10584012.
HSL color Cylindrical-coordinate representation of color #CC7FA1: hue angle of 333.51º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC7FA1 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 127 | 161 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.2 |
| HSL | 333.51º | 0.43% | 0.65% | - |
| HSV(B) | 333.51º | 0.38% | 0.8% | - |
| XYZ | 38.92 | 30.59 | 37.57 | - |
| YUV | 153.9 | 132.01 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 127 | 161 | 0 | 0.38 | 0.21 | 0.2 | 333.51 | 0.43 | 0.65 |
| Hex | CC | 7F | A1 | 0 | 26 | 15 | 14 | 14E | 2B | 41 |
| Octal | 314 | 177 | 241 | 0 | 46 | 25 | 24 | 516 | 53 | 101 |
| Binary | 11001100 | 1111111 | 10100001 | 0 | 100110 | 10101 | 10100 | 101001110 | 101011 | 1000001 |
Color Harmonies of #CC7FA1
Complementary color
Monochromatic Colors of #CC7FA1
Black with #CC7FA1
Text Example
Text Example
White with #CC7FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7FA1; }
p { color: rgb(204,127,161); }
H1.HeaderClassName
{
color: #CC7FA1;
}
.AnyTagClassName
{
color: #CC7FA1;
}
</style>
background-color css
<style>
a { background-color: #CC7FA1; }
a { background-color: rgb(204,127,161); }
div.DivClassName
{
background-color: #CC7FA1;
}
.BgClassName
{
background-color: #CC7FA1;
}
</style>
border-color css
<style>
span { border-color: #CC7FA1; }
span { border-color: rgb(204,127,161); }
td.TdClassName
{
border-color: #CC7FA1;
}
.TagClassName
{
border-color: #CC7FA1;
}
</style>