Shades of Puce #CC81AA
Tints of Puce #CC81AA
RGB
CMYK
RGB Variations
Color information
#CC81AA (or 0xCC81AA) is known color: Puce. HEX triplet: CC, 81 and AA. RGB value is (204,129,170). Sum of RGB (Red+Green+Blue) = 204+129+170=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC81AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC81AA is #337E55. Grayscale: #9C9C9C. Windows color (decimal): -3374678 or 11174348. OLE color: 11174348.
HSL color Cylindrical-coordinate representation of color #CC81AA: hue angle of 327.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC81AA is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 170 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.2 |
| HSL | 327.2º | 0.42% | 0.65% | - |
| HSV(B) | 327.2º | 0.37% | 0.8% | - |
| XYZ | 40.01 | 31.44 | 41.99 | - |
| YUV | 156.1 | 135.85 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 170 | 0 | 0.37 | 0.17 | 0.2 | 327.2 | 0.42 | 0.65 |
| Hex | CC | 81 | AA | 0 | 25 | 11 | 14 | 147 | 2A | 41 |
| Octal | 314 | 201 | 252 | 0 | 45 | 21 | 24 | 507 | 52 | 101 |
| Binary | 11001100 | 10000001 | 10101010 | 0 | 100101 | 10001 | 10100 | 101000111 | 101010 | 1000001 |
Color Harmonies of #CC81AA
Complementary color
Monochromatic Colors of #CC81AA
Black with #CC81AA
Text Example
Text Example
White with #CC81AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC81AA; }
p { color: rgb(204,129,170); }
H1.HeaderClassName
{
color: #CC81AA;
}
.AnyTagClassName
{
color: #CC81AA;
}
</style>
background-color css
<style>
a { background-color: #CC81AA; }
a { background-color: rgb(204,129,170); }
div.DivClassName
{
background-color: #CC81AA;
}
.BgClassName
{
background-color: #CC81AA;
}
</style>
border-color css
<style>
span { border-color: #CC81AA; }
span { border-color: rgb(204,129,170); }
td.TdClassName
{
border-color: #CC81AA;
}
.TagClassName
{
border-color: #CC81AA;
}
</style>