Shades of Puce #CC7F93
Tints of Puce #CC7F93
RGB
CMYK
RGB Variations
Color information
#CC7F93 (or 0xCC7F93) is known color: Puce. HEX triplet: CC, 7F and 93. RGB value is (204,127,147). Sum of RGB (Red+Green+Blue) = 204+127+147=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7F93 is #33806C. Grayscale: #989898. Windows color (decimal): -3375213 or 9666508. OLE color: 9666508.
HSL color Cylindrical-coordinate representation of color #CC7F93: hue angle of 344.42º 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 #CC7F93 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 127 | 147 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.2 |
| HSL | 344.42º | 0.43% | 0.65% | - |
| HSV(B) | 344.42º | 0.38% | 0.8% | - |
| XYZ | 37.76 | 30.12 | 31.43 | - |
| YUV | 152.3 | 125.01 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 127 | 147 | 0 | 0.38 | 0.28 | 0.2 | 344.42 | 0.43 | 0.65 |
| Hex | CC | 7F | 93 | 0 | 26 | 1C | 14 | 158 | 2B | 41 |
| Octal | 314 | 177 | 223 | 0 | 46 | 34 | 24 | 530 | 53 | 101 |
| Binary | 11001100 | 1111111 | 10010011 | 0 | 100110 | 11100 | 10100 | 101011000 | 101011 | 1000001 |
Color Harmonies of #CC7F93
Complementary color
Monochromatic Colors of #CC7F93
Black with #CC7F93
Text Example
Text Example
White with #CC7F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7F93; }
p { color: rgb(204,127,147); }
H1.HeaderClassName
{
color: #CC7F93;
}
.AnyTagClassName
{
color: #CC7F93;
}
</style>
background-color css
<style>
a { background-color: #CC7F93; }
a { background-color: rgb(204,127,147); }
div.DivClassName
{
background-color: #CC7F93;
}
.BgClassName
{
background-color: #CC7F93;
}
</style>
border-color css
<style>
span { border-color: #CC7F93; }
span { border-color: rgb(204,127,147); }
td.TdClassName
{
border-color: #CC7F93;
}
.TagClassName
{
border-color: #CC7F93;
}
</style>