Shades of Puce #CC7FA5
Tints of Puce #CC7FA5
RGB
CMYK
RGB Variations
Color information
#CC7FA5 (or 0xCC7FA5) is known color: Puce. HEX triplet: CC, 7F and A5. RGB value is (204,127,165). Sum of RGB (Red+Green+Blue) = 204+127+165=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7FA5 is #33805A. Grayscale: #9A9A9A. Windows color (decimal): -3375195 or 10846156. OLE color: 10846156.
HSL color Cylindrical-coordinate representation of color #CC7FA5: hue angle of 330.39º 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 #CC7FA5 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 127 | 165 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.2 |
| HSL | 330.39º | 0.43% | 0.65% | - |
| HSV(B) | 330.39º | 0.38% | 0.8% | - |
| XYZ | 39.28 | 30.73 | 39.46 | - |
| YUV | 154.36 | 134.01 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 127 | 165 | 0 | 0.38 | 0.19 | 0.2 | 330.39 | 0.43 | 0.65 |
| Hex | CC | 7F | A5 | 0 | 26 | 13 | 14 | 14A | 2B | 41 |
| Octal | 314 | 177 | 245 | 0 | 46 | 23 | 24 | 512 | 53 | 101 |
| Binary | 11001100 | 1111111 | 10100101 | 0 | 100110 | 10011 | 10100 | 101001010 | 101011 | 1000001 |
Color Harmonies of #CC7FA5
Complementary color
Monochromatic Colors of #CC7FA5
Black with #CC7FA5
Text Example
Text Example
White with #CC7FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7FA5; }
p { color: rgb(204,127,165); }
H1.HeaderClassName
{
color: #CC7FA5;
}
.AnyTagClassName
{
color: #CC7FA5;
}
</style>
background-color css
<style>
a { background-color: #CC7FA5; }
a { background-color: rgb(204,127,165); }
div.DivClassName
{
background-color: #CC7FA5;
}
.BgClassName
{
background-color: #CC7FA5;
}
</style>
border-color css
<style>
span { border-color: #CC7FA5; }
span { border-color: rgb(204,127,165); }
td.TdClassName
{
border-color: #CC7FA5;
}
.TagClassName
{
border-color: #CC7FA5;
}
</style>