Shades of Puce #CC89A0
Tints of Puce #CC89A0
RGB
CMYK
RGB Variations
Color information
#CC89A0 (or 0xCC89A0) is known color: Puce. HEX triplet: CC, 89 and A0. RGB value is (204,137,160). Sum of RGB (Red+Green+Blue) = 204+137+160=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC89A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC89A0 is #33765F. Grayscale: #9F9F9F. Windows color (decimal): -3372640 or 10521036. OLE color: 10521036.
HSL color Cylindrical-coordinate representation of color #CC89A0: hue angle of 339.4º 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 #CC89A0 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 160 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.2 |
| HSL | 339.4º | 0.4% | 0.67% | - |
| HSV(B) | 339.4º | 0.33% | 0.8% | - |
| XYZ | 40.19 | 33.27 | 37.56 | - |
| YUV | 159.66 | 128.2 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 160 | 0 | 0.33 | 0.22 | 0.2 | 339.4 | 0.4 | 0.67 |
| Hex | CC | 89 | A0 | 0 | 21 | 16 | 14 | 153 | 28 | 43 |
| Octal | 314 | 211 | 240 | 0 | 41 | 26 | 24 | 523 | 50 | 103 |
| Binary | 11001100 | 10001001 | 10100000 | 0 | 100001 | 10110 | 10100 | 101010011 | 101000 | 1000011 |
Color Harmonies of #CC89A0
Complementary color
Monochromatic Colors of #CC89A0
Black with #CC89A0
Text Example
Text Example
White with #CC89A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC89A0; }
p { color: rgb(204,137,160); }
H1.HeaderClassName
{
color: #CC89A0;
}
.AnyTagClassName
{
color: #CC89A0;
}
</style>
background-color css
<style>
a { background-color: #CC89A0; }
a { background-color: rgb(204,137,160); }
div.DivClassName
{
background-color: #CC89A0;
}
.BgClassName
{
background-color: #CC89A0;
}
</style>
border-color css
<style>
span { border-color: #CC89A0; }
span { border-color: rgb(204,137,160); }
td.TdClassName
{
border-color: #CC89A0;
}
.TagClassName
{
border-color: #CC89A0;
}
</style>