Shades of Puce #CC869E
Tints of Puce #CC869E
RGB
CMYK
RGB Variations
Color information
#CC869E (or 0xCC869E) is known color: Puce. HEX triplet: CC, 86 and 9E. RGB value is (204,134,158). Sum of RGB (Red+Green+Blue) = 204+134+158=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC869E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC869E is #337961. Grayscale: #9D9D9D. Windows color (decimal): -3373410 or 10389196. OLE color: 10389196.
HSL color Cylindrical-coordinate representation of color #CC869E: hue angle of 339.43º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC869E is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 158 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.2 |
| HSL | 339.43º | 0.41% | 0.66% | - |
| HSV(B) | 339.43º | 0.34% | 0.8% | - |
| XYZ | 39.6 | 32.36 | 36.51 | - |
| YUV | 157.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 158 | 0 | 0.34 | 0.23 | 0.2 | 339.43 | 0.41 | 0.66 |
| Hex | CC | 86 | 9E | 0 | 22 | 17 | 14 | 153 | 29 | 42 |
| Octal | 314 | 206 | 236 | 0 | 42 | 27 | 24 | 523 | 51 | 102 |
| Binary | 11001100 | 10000110 | 10011110 | 0 | 100010 | 10111 | 10100 | 101010011 | 101001 | 1000010 |
Color Harmonies of #CC869E
Complementary color
Monochromatic Colors of #CC869E
Black with #CC869E
Text Example
Text Example
White with #CC869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC869E; }
p { color: rgb(204,134,158); }
H1.HeaderClassName
{
color: #CC869E;
}
.AnyTagClassName
{
color: #CC869E;
}
</style>
background-color css
<style>
a { background-color: #CC869E; }
a { background-color: rgb(204,134,158); }
div.DivClassName
{
background-color: #CC869E;
}
.BgClassName
{
background-color: #CC869E;
}
</style>
border-color css
<style>
span { border-color: #CC869E; }
span { border-color: rgb(204,134,158); }
td.TdClassName
{
border-color: #CC869E;
}
.TagClassName
{
border-color: #CC869E;
}
</style>