Shades of Puce #CC898F
Tints of Puce #CC898F
RGB
CMYK
RGB Variations
Color information
#CC898F (or 0xCC898F) is known color: Puce. HEX triplet: CC, 89 and 8F. RGB value is (204,137,143). Sum of RGB (Red+Green+Blue) = 204+137+143=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC898F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC898F is #337670. Grayscale: #9D9D9D. Windows color (decimal): -3372657 or 9406924. OLE color: 9406924.
HSL color Cylindrical-coordinate representation of color #CC898F: hue angle of 354.63º 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 #CC898F is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 143 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.2 |
| HSL | 354.63º | 0.4% | 0.67% | - |
| HSV(B) | 354.63º | 0.33% | 0.8% | - |
| XYZ | 38.81 | 32.71 | 30.26 | - |
| YUV | 157.72 | 119.7 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 143 | 0 | 0.33 | 0.30 | 0.2 | 354.63 | 0.4 | 0.67 |
| Hex | CC | 89 | 8F | 0 | 21 | 1E | 14 | 163 | 28 | 43 |
| Octal | 314 | 211 | 217 | 0 | 41 | 36 | 24 | 543 | 50 | 103 |
| Binary | 11001100 | 10001001 | 10001111 | 0 | 100001 | 11110 | 10100 | 101100011 | 101000 | 1000011 |
Color Harmonies of #CC898F
Complementary color
Monochromatic Colors of #CC898F
Black with #CC898F
Text Example
Text Example
White with #CC898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC898F; }
p { color: rgb(204,137,143); }
H1.HeaderClassName
{
color: #CC898F;
}
.AnyTagClassName
{
color: #CC898F;
}
</style>
background-color css
<style>
a { background-color: #CC898F; }
a { background-color: rgb(204,137,143); }
div.DivClassName
{
background-color: #CC898F;
}
.BgClassName
{
background-color: #CC898F;
}
</style>
border-color css
<style>
span { border-color: #CC898F; }
span { border-color: rgb(204,137,143); }
td.TdClassName
{
border-color: #CC898F;
}
.TagClassName
{
border-color: #CC898F;
}
</style>