Shades of Puce #CC8A9E
Tints of Puce #CC8A9E
RGB
CMYK
RGB Variations
Color information
#CC8A9E (or 0xCC8A9E) is known color: Puce. HEX triplet: CC, 8A and 9E. RGB value is (204,138,158). Sum of RGB (Red+Green+Blue) = 204+138+158=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8A9E is #337561. Grayscale: #A0A0A0. Windows color (decimal): -3372386 or 10390220. OLE color: 10390220.
HSL color Cylindrical-coordinate representation of color #CC8A9E: hue angle of 341.82º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8A9E is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 138 | 158 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.2 |
| HSL | 341.82º | 0.39% | 0.67% | - |
| HSV(B) | 341.82º | 0.32% | 0.8% | - |
| XYZ | 40.16 | 33.48 | 36.69 | - |
| YUV | 160.01 | 126.87 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 158 | 0 | 0.32 | 0.23 | 0.2 | 341.82 | 0.39 | 0.67 |
| Hex | CC | 8A | 9E | 0 | 20 | 17 | 14 | 156 | 27 | 43 |
| Octal | 314 | 212 | 236 | 0 | 40 | 27 | 24 | 526 | 47 | 103 |
| Binary | 11001100 | 10001010 | 10011110 | 0 | 100000 | 10111 | 10100 | 101010110 | 100111 | 1000011 |
Color Harmonies of #CC8A9E
Complementary color
Monochromatic Colors of #CC8A9E
Black with #CC8A9E
Text Example
Text Example
White with #CC8A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8A9E; }
p { color: rgb(204,138,158); }
H1.HeaderClassName
{
color: #CC8A9E;
}
.AnyTagClassName
{
color: #CC8A9E;
}
</style>
background-color css
<style>
a { background-color: #CC8A9E; }
a { background-color: rgb(204,138,158); }
div.DivClassName
{
background-color: #CC8A9E;
}
.BgClassName
{
background-color: #CC8A9E;
}
</style>
border-color css
<style>
span { border-color: #CC8A9E; }
span { border-color: rgb(204,138,158); }
td.TdClassName
{
border-color: #CC8A9E;
}
.TagClassName
{
border-color: #CC8A9E;
}
</style>