Shades of Puce #CC899A
Tints of Puce #CC899A
RGB
CMYK
RGB Variations
Color information
#CC899A (or 0xCC899A) is known color: Puce. HEX triplet: CC, 89 and 9A. RGB value is (204,137,154). Sum of RGB (Red+Green+Blue) = 204+137+154=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 154 (60.55% from 255 or 31.11% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC899A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC899A is #337665. Grayscale: #9E9E9E. Windows color (decimal): -3372646 or 10127820. OLE color: 10127820.
HSL color Cylindrical-coordinate representation of color #CC899A: hue angle of 344.78º 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 #CC899A is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 154 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.2 |
| HSL | 344.78º | 0.4% | 0.67% | - |
| HSV(B) | 344.78º | 0.33% | 0.8% | - |
| XYZ | 39.68 | 33.06 | 34.86 | - |
| YUV | 158.97 | 125.2 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 154 | 0 | 0.33 | 0.25 | 0.2 | 344.78 | 0.4 | 0.67 |
| Hex | CC | 89 | 9A | 0 | 21 | 19 | 14 | 159 | 28 | 43 |
| Octal | 314 | 211 | 232 | 0 | 41 | 31 | 24 | 531 | 50 | 103 |
| Binary | 11001100 | 10001001 | 10011010 | 0 | 100001 | 11001 | 10100 | 101011001 | 101000 | 1000011 |
Color Harmonies of #CC899A
Complementary color
Monochromatic Colors of #CC899A
Black with #CC899A
Text Example
Text Example
White with #CC899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC899A; }
p { color: rgb(204,137,154); }
H1.HeaderClassName
{
color: #CC899A;
}
.AnyTagClassName
{
color: #CC899A;
}
</style>
background-color css
<style>
a { background-color: #CC899A; }
a { background-color: rgb(204,137,154); }
div.DivClassName
{
background-color: #CC899A;
}
.BgClassName
{
background-color: #CC899A;
}
</style>
border-color css
<style>
span { border-color: #CC899A; }
span { border-color: rgb(204,137,154); }
td.TdClassName
{
border-color: #CC899A;
}
.TagClassName
{
border-color: #CC899A;
}
</style>