Shades of Puce #CC899B
Tints of Puce #CC899B
RGB
CMYK
RGB Variations
Color information
#CC899B (or 0xCC899B) is known color: Puce. HEX triplet: CC, 89 and 9B. RGB value is (204,137,155). Sum of RGB (Red+Green+Blue) = 204+137+155=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC899B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC899B is #337664. Grayscale: #9F9F9F. Windows color (decimal): -3372645 or 10193356. OLE color: 10193356.
HSL color Cylindrical-coordinate representation of color #CC899B: hue angle of 343.88º 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 #CC899B is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 155 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.2 |
| HSL | 343.88º | 0.4% | 0.67% | - |
| HSV(B) | 343.88º | 0.33% | 0.8% | - |
| XYZ | 39.76 | 33.1 | 35.3 | - |
| YUV | 159.09 | 125.7 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 155 | 0 | 0.33 | 0.24 | 0.2 | 343.88 | 0.4 | 0.67 |
| Hex | CC | 89 | 9B | 0 | 21 | 18 | 14 | 158 | 28 | 43 |
| Octal | 314 | 211 | 233 | 0 | 41 | 30 | 24 | 530 | 50 | 103 |
| Binary | 11001100 | 10001001 | 10011011 | 0 | 100001 | 11000 | 10100 | 101011000 | 101000 | 1000011 |
Color Harmonies of #CC899B
Complementary color
Monochromatic Colors of #CC899B
Black with #CC899B
Text Example
Text Example
White with #CC899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC899B; }
p { color: rgb(204,137,155); }
H1.HeaderClassName
{
color: #CC899B;
}
.AnyTagClassName
{
color: #CC899B;
}
</style>
background-color css
<style>
a { background-color: #CC899B; }
a { background-color: rgb(204,137,155); }
div.DivClassName
{
background-color: #CC899B;
}
.BgClassName
{
background-color: #CC899B;
}
</style>
border-color css
<style>
span { border-color: #CC899B; }
span { border-color: rgb(204,137,155); }
td.TdClassName
{
border-color: #CC899B;
}
.TagClassName
{
border-color: #CC899B;
}
</style>