Shades of Puce #CC898A
Tints of Puce #CC898A
RGB
CMYK
RGB Variations
Color information
#CC898A (or 0xCC898A) is known color: Puce. HEX triplet: CC, 89 and 8A. RGB value is (204,137,138). Sum of RGB (Red+Green+Blue) = 204+137+138=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC898A is #337675. Grayscale: #9D9D9D. Windows color (decimal): -3372662 or 9079244. OLE color: 9079244.
HSL color Cylindrical-coordinate representation of color #CC898A: hue angle of 359.1º 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 #CC898A is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 138 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.2 |
| HSL | 359.1º | 0.4% | 0.67% | - |
| HSV(B) | 359.1º | 0.33% | 0.8% | - |
| XYZ | 38.43 | 32.56 | 28.3 | - |
| YUV | 157.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 138 | 0 | 0.33 | 0.32 | 0.2 | 359.1 | 0.4 | 0.67 |
| Hex | CC | 89 | 8A | 0 | 21 | 20 | 14 | 167 | 28 | 43 |
| Octal | 314 | 211 | 212 | 0 | 41 | 40 | 24 | 547 | 50 | 103 |
| Binary | 11001100 | 10001001 | 10001010 | 0 | 100001 | 100000 | 10100 | 101100111 | 101000 | 1000011 |
Color Harmonies of #CC898A
Complementary color
Monochromatic Colors of #CC898A
Black with #CC898A
Text Example
Text Example
White with #CC898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC898A; }
p { color: rgb(204,137,138); }
H1.HeaderClassName
{
color: #CC898A;
}
.AnyTagClassName
{
color: #CC898A;
}
</style>
background-color css
<style>
a { background-color: #CC898A; }
a { background-color: rgb(204,137,138); }
div.DivClassName
{
background-color: #CC898A;
}
.BgClassName
{
background-color: #CC898A;
}
</style>
border-color css
<style>
span { border-color: #CC898A; }
span { border-color: rgb(204,137,138); }
td.TdClassName
{
border-color: #CC898A;
}
.TagClassName
{
border-color: #CC898A;
}
</style>