Shades of Puce #CC8993
Tints of Puce #CC8993
RGB
CMYK
RGB Variations
Color information
#CC8993 (or 0xCC8993) is known color: Puce. HEX triplet: CC, 89 and 93. RGB value is (204,137,147). Sum of RGB (Red+Green+Blue) = 204+137+147=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8993 is #33766C. Grayscale: #9E9E9E. Windows color (decimal): -3372653 or 9669068. OLE color: 9669068.
HSL color Cylindrical-coordinate representation of color #CC8993: hue angle of 351.04º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC8993 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 147 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.2 |
| HSL | 351.04º | 0.4% | 0.67% | - |
| HSV(B) | 351.04º | 0.33% | 0.8% | - |
| XYZ | 39.11 | 32.84 | 31.88 | - |
| YUV | 158.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 147 | 0 | 0.33 | 0.28 | 0.2 | 351.04 | 0.4 | 0.67 |
| Hex | CC | 89 | 93 | 0 | 21 | 1C | 14 | 15F | 28 | 43 |
| Octal | 314 | 211 | 223 | 0 | 41 | 34 | 24 | 537 | 50 | 103 |
| Binary | 11001100 | 10001001 | 10010011 | 0 | 100001 | 11100 | 10100 | 101011111 | 101000 | 1000011 |
Color Harmonies of #CC8993
Complementary color
Monochromatic Colors of #CC8993
Black with #CC8993
Text Example
Text Example
White with #CC8993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8993; }
p { color: rgb(204,137,147); }
H1.HeaderClassName
{
color: #CC8993;
}
.AnyTagClassName
{
color: #CC8993;
}
</style>
background-color css
<style>
a { background-color: #CC8993; }
a { background-color: rgb(204,137,147); }
div.DivClassName
{
background-color: #CC8993;
}
.BgClassName
{
background-color: #CC8993;
}
</style>
border-color css
<style>
span { border-color: #CC8993; }
span { border-color: rgb(204,137,147); }
td.TdClassName
{
border-color: #CC8993;
}
.TagClassName
{
border-color: #CC8993;
}
</style>