Shades of Puce #CD898C
Tints of Puce #CD898C
RGB
CMYK
RGB Variations
Color information
#CD898C (or 0xCD898C) is known color: Puce. HEX triplet: CD, 89 and 8C. RGB value is (205,137,140). Sum of RGB (Red+Green+Blue) = 205+137+140=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CD898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD898C is #327673. Grayscale: #9D9D9D. Windows color (decimal): -3307124 or 9210317. OLE color: 9210317.
HSL color Cylindrical-coordinate representation of color #CD898C: hue angle of 357.35º 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 #CD898C is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 137 | 140 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.20 |
| HSL | 357.35º | 0.4% | 0.67% | - |
| HSV(B) | 357.35º | 0.33% | 0.8% | - |
| XYZ | 38.86 | 32.76 | 29.09 | - |
| YUV | 157.67 | 118.03 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 137 | 140 | 0 | 0.33 | 0.32 | 0.20 | 357.35 | 0.4 | 0.67 |
| Hex | CD | 89 | 8C | 0 | 21 | 20 | 14 | 165 | 28 | 43 |
| Octal | 315 | 211 | 214 | 0 | 41 | 40 | 24 | 545 | 50 | 103 |
| Binary | 11001101 | 10001001 | 10001100 | 0 | 100001 | 100000 | 10100 | 101100101 | 101000 | 1000011 |
Color Harmonies of #CD898C
Complementary color
Monochromatic Colors of #CD898C
Black with #CD898C
Text Example
Text Example
White with #CD898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD898C; }
p { color: rgb(205,137,140); }
H1.HeaderClassName
{
color: #CD898C;
}
.AnyTagClassName
{
color: #CD898C;
}
</style>
background-color css
<style>
a { background-color: #CD898C; }
a { background-color: rgb(205,137,140); }
div.DivClassName
{
background-color: #CD898C;
}
.BgClassName
{
background-color: #CD898C;
}
</style>
border-color css
<style>
span { border-color: #CD898C; }
span { border-color: rgb(205,137,140); }
td.TdClassName
{
border-color: #CD898C;
}
.TagClassName
{
border-color: #CD898C;
}
</style>