Shades of Puce #CC869D
Tints of Puce #CC869D
RGB
CMYK
RGB Variations
Color information
#CC869D (or 0xCC869D) is known color: Puce. HEX triplet: CC, 86 and 9D. RGB value is (204,134,157). Sum of RGB (Red+Green+Blue) = 204+134+157=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC869D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC869D is #337962. Grayscale: #9D9D9D. Windows color (decimal): -3373411 or 10323660. OLE color: 10323660.
HSL color Cylindrical-coordinate representation of color #CC869D: hue angle of 340.29º 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 #CC869D is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 157 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.2 |
| HSL | 340.29º | 0.41% | 0.66% | - |
| HSV(B) | 340.29º | 0.34% | 0.8% | - |
| XYZ | 39.51 | 32.32 | 36.05 | - |
| YUV | 157.55 | 127.69 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 157 | 0 | 0.34 | 0.23 | 0.2 | 340.29 | 0.41 | 0.66 |
| Hex | CC | 86 | 9D | 0 | 22 | 17 | 14 | 154 | 29 | 42 |
| Octal | 314 | 206 | 235 | 0 | 42 | 27 | 24 | 524 | 51 | 102 |
| Binary | 11001100 | 10000110 | 10011101 | 0 | 100010 | 10111 | 10100 | 101010100 | 101001 | 1000010 |
Color Harmonies of #CC869D
Complementary color
Monochromatic Colors of #CC869D
Black with #CC869D
Text Example
Text Example
White with #CC869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC869D; }
p { color: rgb(204,134,157); }
H1.HeaderClassName
{
color: #CC869D;
}
.AnyTagClassName
{
color: #CC869D;
}
</style>
background-color css
<style>
a { background-color: #CC869D; }
a { background-color: rgb(204,134,157); }
div.DivClassName
{
background-color: #CC869D;
}
.BgClassName
{
background-color: #CC869D;
}
</style>
border-color css
<style>
span { border-color: #CC869D; }
span { border-color: rgb(204,134,157); }
td.TdClassName
{
border-color: #CC869D;
}
.TagClassName
{
border-color: #CC869D;
}
</style>