Shades of Puce #CC899D
Tints of Puce #CC899D
RGB
CMYK
RGB Variations
Color information
#CC899D (or 0xCC899D) is known color: Puce. HEX triplet: CC, 89 and 9D. RGB value is (204,137,157). Sum of RGB (Red+Green+Blue) = 204+137+157=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC899D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC899D is #337662. Grayscale: #9F9F9F. Windows color (decimal): -3372643 or 10324428. OLE color: 10324428.
HSL color Cylindrical-coordinate representation of color #CC899D: hue angle of 342.09º 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 #CC899D is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 157 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.2 |
| HSL | 342.09º | 0.4% | 0.67% | - |
| HSV(B) | 342.09º | 0.33% | 0.8% | - |
| XYZ | 39.93 | 33.16 | 36.19 | - |
| YUV | 159.31 | 126.7 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 157 | 0 | 0.33 | 0.23 | 0.2 | 342.09 | 0.4 | 0.67 |
| Hex | CC | 89 | 9D | 0 | 21 | 17 | 14 | 156 | 28 | 43 |
| Octal | 314 | 211 | 235 | 0 | 41 | 27 | 24 | 526 | 50 | 103 |
| Binary | 11001100 | 10001001 | 10011101 | 0 | 100001 | 10111 | 10100 | 101010110 | 101000 | 1000011 |
Color Harmonies of #CC899D
Complementary color
Monochromatic Colors of #CC899D
Black with #CC899D
Text Example
Text Example
White with #CC899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC899D; }
p { color: rgb(204,137,157); }
H1.HeaderClassName
{
color: #CC899D;
}
.AnyTagClassName
{
color: #CC899D;
}
</style>
background-color css
<style>
a { background-color: #CC899D; }
a { background-color: rgb(204,137,157); }
div.DivClassName
{
background-color: #CC899D;
}
.BgClassName
{
background-color: #CC899D;
}
</style>
border-color css
<style>
span { border-color: #CC899D; }
span { border-color: rgb(204,137,157); }
td.TdClassName
{
border-color: #CC899D;
}
.TagClassName
{
border-color: #CC899D;
}
</style>