Shades of Puce #CC869B
Tints of Puce #CC869B
RGB
CMYK
RGB Variations
Color information
#CC869B (or 0xCC869B) is known color: Puce. HEX triplet: CC, 86 and 9B. RGB value is (204,134,155). Sum of RGB (Red+Green+Blue) = 204+134+155=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC869B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC869B is #337964. Grayscale: #9D9D9D. Windows color (decimal): -3373413 or 10192588. OLE color: 10192588.
HSL color Cylindrical-coordinate representation of color #CC869B: hue angle of 342º 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 #CC869B is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 155 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.2 |
| HSL | 342º | 0.41% | 0.66% | - |
| HSV(B) | 342º | 0.34% | 0.8% | - |
| XYZ | 39.34 | 32.25 | 35.16 | - |
| YUV | 157.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 155 | 0 | 0.34 | 0.24 | 0.2 | 342 | 0.41 | 0.66 |
| Hex | CC | 86 | 9B | 0 | 22 | 18 | 14 | 156 | 29 | 42 |
| Octal | 314 | 206 | 233 | 0 | 42 | 30 | 24 | 526 | 51 | 102 |
| Binary | 11001100 | 10000110 | 10011011 | 0 | 100010 | 11000 | 10100 | 101010110 | 101001 | 1000010 |
Color Harmonies of #CC869B
Complementary color
Monochromatic Colors of #CC869B
Black with #CC869B
Text Example
Text Example
White with #CC869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC869B; }
p { color: rgb(204,134,155); }
H1.HeaderClassName
{
color: #CC869B;
}
.AnyTagClassName
{
color: #CC869B;
}
</style>
background-color css
<style>
a { background-color: #CC869B; }
a { background-color: rgb(204,134,155); }
div.DivClassName
{
background-color: #CC869B;
}
.BgClassName
{
background-color: #CC869B;
}
</style>
border-color css
<style>
span { border-color: #CC869B; }
span { border-color: rgb(204,134,155); }
td.TdClassName
{
border-color: #CC869B;
}
.TagClassName
{
border-color: #CC869B;
}
</style>