Shades of Puce #CC86A3
Tints of Puce #CC86A3
RGB
CMYK
RGB Variations
Color information
#CC86A3 (or 0xCC86A3) is known color: Puce. HEX triplet: CC, 86 and A3. RGB value is (204,134,163). Sum of RGB (Red+Green+Blue) = 204+134+163=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 163 (64.06% from 255 or 32.53% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC86A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC86A3 is #33795C. Grayscale: #9E9E9E. Windows color (decimal): -3373405 or 10716876. OLE color: 10716876.
HSL color Cylindrical-coordinate representation of color #CC86A3: hue angle of 335.14º 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 #CC86A3 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 163 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.2 |
| HSL | 335.14º | 0.41% | 0.66% | - |
| HSV(B) | 335.14º | 0.34% | 0.8% | - |
| XYZ | 40.04 | 32.53 | 38.82 | - |
| YUV | 158.24 | 130.69 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 163 | 0 | 0.34 | 0.20 | 0.2 | 335.14 | 0.41 | 0.66 |
| Hex | CC | 86 | A3 | 0 | 22 | 14 | 14 | 14F | 29 | 42 |
| Octal | 314 | 206 | 243 | 0 | 42 | 24 | 24 | 517 | 51 | 102 |
| Binary | 11001100 | 10000110 | 10100011 | 0 | 100010 | 10100 | 10100 | 101001111 | 101001 | 1000010 |
Color Harmonies of #CC86A3
Complementary color
Monochromatic Colors of #CC86A3
Black with #CC86A3
Text Example
Text Example
White with #CC86A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC86A3; }
p { color: rgb(204,134,163); }
H1.HeaderClassName
{
color: #CC86A3;
}
.AnyTagClassName
{
color: #CC86A3;
}
</style>
background-color css
<style>
a { background-color: #CC86A3; }
a { background-color: rgb(204,134,163); }
div.DivClassName
{
background-color: #CC86A3;
}
.BgClassName
{
background-color: #CC86A3;
}
</style>
border-color css
<style>
span { border-color: #CC86A3; }
span { border-color: rgb(204,134,163); }
td.TdClassName
{
border-color: #CC86A3;
}
.TagClassName
{
border-color: #CC86A3;
}
</style>