Shades of Puce #CC899E
Tints of Puce #CC899E
RGB
CMYK
RGB Variations
Color information
#CC899E (or 0xCC899E) is known color: Puce. HEX triplet: CC, 89 and 9E. RGB value is (204,137,158). Sum of RGB (Red+Green+Blue) = 204+137+158=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CC899E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC899E is #337661. Grayscale: #9F9F9F. Windows color (decimal): -3372642 or 10389964. OLE color: 10389964.
HSL color Cylindrical-coordinate representation of color #CC899E: hue angle of 341.19º 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 #CC899E is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 158 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.2 |
| HSL | 341.19º | 0.4% | 0.67% | - |
| HSV(B) | 341.19º | 0.33% | 0.8% | - |
| XYZ | 40.02 | 33.2 | 36.65 | - |
| YUV | 159.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 158 | 0 | 0.33 | 0.23 | 0.2 | 341.19 | 0.4 | 0.67 |
| Hex | CC | 89 | 9E | 0 | 21 | 17 | 14 | 155 | 28 | 43 |
| Octal | 314 | 211 | 236 | 0 | 41 | 27 | 24 | 525 | 50 | 103 |
| Binary | 11001100 | 10001001 | 10011110 | 0 | 100001 | 10111 | 10100 | 101010101 | 101000 | 1000011 |
Color Harmonies of #CC899E
Complementary color
Monochromatic Colors of #CC899E
Black with #CC899E
Text Example
Text Example
White with #CC899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC899E; }
p { color: rgb(204,137,158); }
H1.HeaderClassName
{
color: #CC899E;
}
.AnyTagClassName
{
color: #CC899E;
}
</style>
background-color css
<style>
a { background-color: #CC899E; }
a { background-color: rgb(204,137,158); }
div.DivClassName
{
background-color: #CC899E;
}
.BgClassName
{
background-color: #CC899E;
}
</style>
border-color css
<style>
span { border-color: #CC899E; }
span { border-color: rgb(204,137,158); }
td.TdClassName
{
border-color: #CC899E;
}
.TagClassName
{
border-color: #CC899E;
}
</style>