Shades of Puce #CC8894
Tints of Puce #CC8894
RGB
CMYK
RGB Variations
Color information
#CC8894 (or 0xCC8894) is known color: Puce. HEX triplet: CC, 88 and 94. RGB value is (204,136,148). Sum of RGB (Red+Green+Blue) = 204+136+148=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8894 is #33776B. Grayscale: #9D9D9D. Windows color (decimal): -3372908 or 9734348. OLE color: 9734348.
HSL color Cylindrical-coordinate representation of color #CC8894: hue angle of 349.41º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC8894 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 148 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.2 |
| HSL | 349.41º | 0.4% | 0.67% | - |
| HSV(B) | 349.41º | 0.33% | 0.8% | - |
| XYZ | 39.05 | 32.58 | 32.25 | - |
| YUV | 157.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 148 | 0 | 0.33 | 0.27 | 0.2 | 349.41 | 0.4 | 0.67 |
| Hex | CC | 88 | 94 | 0 | 21 | 1B | 14 | 15D | 28 | 43 |
| Octal | 314 | 210 | 224 | 0 | 41 | 33 | 24 | 535 | 50 | 103 |
| Binary | 11001100 | 10001000 | 10010100 | 0 | 100001 | 11011 | 10100 | 101011101 | 101000 | 1000011 |
Color Harmonies of #CC8894
Complementary color
Monochromatic Colors of #CC8894
Black with #CC8894
Text Example
Text Example
White with #CC8894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8894; }
p { color: rgb(204,136,148); }
H1.HeaderClassName
{
color: #CC8894;
}
.AnyTagClassName
{
color: #CC8894;
}
</style>
background-color css
<style>
a { background-color: #CC8894; }
a { background-color: rgb(204,136,148); }
div.DivClassName
{
background-color: #CC8894;
}
.BgClassName
{
background-color: #CC8894;
}
</style>
border-color css
<style>
span { border-color: #CC8894; }
span { border-color: rgb(204,136,148); }
td.TdClassName
{
border-color: #CC8894;
}
.TagClassName
{
border-color: #CC8894;
}
</style>