Shades of Puce #CC898E
Tints of Puce #CC898E
RGB
CMYK
RGB Variations
Color information
#CC898E (or 0xCC898E) is known color: Puce. HEX triplet: CC, 89 and 8E. RGB value is (204,137,142). Sum of RGB (Red+Green+Blue) = 204+137+142=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC898E is #337671. Grayscale: #9D9D9D. Windows color (decimal): -3372658 or 9341388. OLE color: 9341388.
HSL color Cylindrical-coordinate representation of color #CC898E: hue angle of 355.52º 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 #CC898E is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 142 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.2 |
| HSL | 355.52º | 0.4% | 0.67% | - |
| HSV(B) | 355.52º | 0.33% | 0.8% | - |
| XYZ | 38.73 | 32.68 | 29.86 | - |
| YUV | 157.6 | 119.2 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 142 | 0 | 0.33 | 0.30 | 0.2 | 355.52 | 0.4 | 0.67 |
| Hex | CC | 89 | 8E | 0 | 21 | 1E | 14 | 164 | 28 | 43 |
| Octal | 314 | 211 | 216 | 0 | 41 | 36 | 24 | 544 | 50 | 103 |
| Binary | 11001100 | 10001001 | 10001110 | 0 | 100001 | 11110 | 10100 | 101100100 | 101000 | 1000011 |
Color Harmonies of #CC898E
Complementary color
Monochromatic Colors of #CC898E
Black with #CC898E
Text Example
Text Example
White with #CC898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC898E; }
p { color: rgb(204,137,142); }
H1.HeaderClassName
{
color: #CC898E;
}
.AnyTagClassName
{
color: #CC898E;
}
</style>
background-color css
<style>
a { background-color: #CC898E; }
a { background-color: rgb(204,137,142); }
div.DivClassName
{
background-color: #CC898E;
}
.BgClassName
{
background-color: #CC898E;
}
</style>
border-color css
<style>
span { border-color: #CC898E; }
span { border-color: rgb(204,137,142); }
td.TdClassName
{
border-color: #CC898E;
}
.TagClassName
{
border-color: #CC898E;
}
</style>