Shades of Puce #CC7F99
Tints of Puce #CC7F99
RGB
CMYK
RGB Variations
Color information
#CC7F99 (or 0xCC7F99) is known color: Puce. HEX triplet: CC, 7F and 99. RGB value is (204,127,153). Sum of RGB (Red+Green+Blue) = 204+127+153=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7F99 is #338066. Grayscale: #989898. Windows color (decimal): -3375207 or 10059724. OLE color: 10059724.
HSL color Cylindrical-coordinate representation of color #CC7F99: hue angle of 339.74º 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 #CC7F99 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 127 | 153 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.2 |
| HSL | 339.74º | 0.43% | 0.65% | - |
| HSV(B) | 339.74º | 0.38% | 0.8% | - |
| XYZ | 38.24 | 30.32 | 33.97 | - |
| YUV | 152.99 | 128.01 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 127 | 153 | 0 | 0.38 | 0.25 | 0.2 | 339.74 | 0.43 | 0.65 |
| Hex | CC | 7F | 99 | 0 | 26 | 19 | 14 | 154 | 2B | 41 |
| Octal | 314 | 177 | 231 | 0 | 46 | 31 | 24 | 524 | 53 | 101 |
| Binary | 11001100 | 1111111 | 10011001 | 0 | 100110 | 11001 | 10100 | 101010100 | 101011 | 1000001 |
Color Harmonies of #CC7F99
Complementary color
Monochromatic Colors of #CC7F99
Black with #CC7F99
Text Example
Text Example
White with #CC7F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7F99; }
p { color: rgb(204,127,153); }
H1.HeaderClassName
{
color: #CC7F99;
}
.AnyTagClassName
{
color: #CC7F99;
}
</style>
background-color css
<style>
a { background-color: #CC7F99; }
a { background-color: rgb(204,127,153); }
div.DivClassName
{
background-color: #CC7F99;
}
.BgClassName
{
background-color: #CC7F99;
}
</style>
border-color css
<style>
span { border-color: #CC7F99; }
span { border-color: rgb(204,127,153); }
td.TdClassName
{
border-color: #CC7F99;
}
.TagClassName
{
border-color: #CC7F99;
}
</style>