Shades of Puce #CC7F91
Tints of Puce #CC7F91
RGB
CMYK
RGB Variations
Color information
#CC7F91 (or 0xCC7F91) is known color: Puce. HEX triplet: CC, 7F and 91. RGB value is (204,127,145). Sum of RGB (Red+Green+Blue) = 204+127+145=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7F91 is #33806E. Grayscale: #989898. Windows color (decimal): -3375215 or 9535436. OLE color: 9535436.
HSL color Cylindrical-coordinate representation of color #CC7F91: hue angle of 345.97º 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 #CC7F91 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 127 | 145 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.2 |
| HSL | 345.97º | 0.43% | 0.65% | - |
| HSV(B) | 345.97º | 0.38% | 0.8% | - |
| XYZ | 37.6 | 30.06 | 30.61 | - |
| YUV | 152.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 127 | 145 | 0 | 0.38 | 0.29 | 0.2 | 345.97 | 0.43 | 0.65 |
| Hex | CC | 7F | 91 | 0 | 26 | 1D | 14 | 15A | 2B | 41 |
| Octal | 314 | 177 | 221 | 0 | 46 | 35 | 24 | 532 | 53 | 101 |
| Binary | 11001100 | 1111111 | 10010001 | 0 | 100110 | 11101 | 10100 | 101011010 | 101011 | 1000001 |
Color Harmonies of #CC7F91
Complementary color
Monochromatic Colors of #CC7F91
Black with #CC7F91
Text Example
Text Example
White with #CC7F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7F91; }
p { color: rgb(204,127,145); }
H1.HeaderClassName
{
color: #CC7F91;
}
.AnyTagClassName
{
color: #CC7F91;
}
</style>
background-color css
<style>
a { background-color: #CC7F91; }
a { background-color: rgb(204,127,145); }
div.DivClassName
{
background-color: #CC7F91;
}
.BgClassName
{
background-color: #CC7F91;
}
</style>
border-color css
<style>
span { border-color: #CC7F91; }
span { border-color: rgb(204,127,145); }
td.TdClassName
{
border-color: #CC7F91;
}
.TagClassName
{
border-color: #CC7F91;
}
</style>