Shades of Puce #CD8789
Tints of Puce #CD8789
RGB
CMYK
RGB Variations
Color information
#CD8789 (or 0xCD8789) is known color: Puce. HEX triplet: CD, 87 and 89. RGB value is (205,135,137). Sum of RGB (Red+Green+Blue) = 205+135+137=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 137 (53.91% from 255 or 28.72% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8789 is #327876. Grayscale: #9C9C9C. Windows color (decimal): -3307639 or 9013197. OLE color: 9013197.
HSL color Cylindrical-coordinate representation of color #CD8789: hue angle of 358.29º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD8789 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 135 | 137 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.20 |
| HSL | 358.29º | 0.41% | 0.67% | - |
| HSV(B) | 358.29º | 0.34% | 0.8% | - |
| XYZ | 38.36 | 32.11 | 27.84 | - |
| YUV | 156.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 135 | 137 | 0 | 0.34 | 0.33 | 0.20 | 358.29 | 0.41 | 0.67 |
| Hex | CD | 87 | 89 | 0 | 22 | 21 | 14 | 166 | 29 | 43 |
| Octal | 315 | 207 | 211 | 0 | 42 | 41 | 24 | 546 | 51 | 103 |
| Binary | 11001101 | 10000111 | 10001001 | 0 | 100010 | 100001 | 10100 | 101100110 | 101001 | 1000011 |
Color Harmonies of #CD8789
Complementary color
Monochromatic Colors of #CD8789
Black with #CD8789
Text Example
Text Example
White with #CD8789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8789; }
p { color: rgb(205,135,137); }
H1.HeaderClassName
{
color: #CD8789;
}
.AnyTagClassName
{
color: #CD8789;
}
</style>
background-color css
<style>
a { background-color: #CD8789; }
a { background-color: rgb(205,135,137); }
div.DivClassName
{
background-color: #CD8789;
}
.BgClassName
{
background-color: #CD8789;
}
</style>
border-color css
<style>
span { border-color: #CD8789; }
span { border-color: rgb(205,135,137); }
td.TdClassName
{
border-color: #CD8789;
}
.TagClassName
{
border-color: #CD8789;
}
</style>