Shades of Puce #CD878D
Tints of Puce #CD878D
RGB
CMYK
RGB Variations
Color information
#CD878D (or 0xCD878D) is known color: Puce. HEX triplet: CD, 87 and 8D. RGB value is (205,135,141). Sum of RGB (Red+Green+Blue) = 205+135+141=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CD878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD878D is #327872. Grayscale: #9C9C9C. Windows color (decimal): -3307635 or 9275341. OLE color: 9275341.
HSL color Cylindrical-coordinate representation of color #CD878D: hue angle of 354.86º 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 #CD878D is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 135 | 141 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.20 |
| HSL | 354.86º | 0.41% | 0.67% | - |
| HSV(B) | 354.86º | 0.34% | 0.8% | - |
| XYZ | 38.65 | 32.23 | 29.38 | - |
| YUV | 156.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 135 | 141 | 0 | 0.34 | 0.31 | 0.20 | 354.86 | 0.41 | 0.67 |
| Hex | CD | 87 | 8D | 0 | 22 | 1F | 14 | 163 | 29 | 43 |
| Octal | 315 | 207 | 215 | 0 | 42 | 37 | 24 | 543 | 51 | 103 |
| Binary | 11001101 | 10000111 | 10001101 | 0 | 100010 | 11111 | 10100 | 101100011 | 101001 | 1000011 |
Color Harmonies of #CD878D
Complementary color
Monochromatic Colors of #CD878D
Black with #CD878D
Text Example
Text Example
White with #CD878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD878D; }
p { color: rgb(205,135,141); }
H1.HeaderClassName
{
color: #CD878D;
}
.AnyTagClassName
{
color: #CD878D;
}
</style>
background-color css
<style>
a { background-color: #CD878D; }
a { background-color: rgb(205,135,141); }
div.DivClassName
{
background-color: #CD878D;
}
.BgClassName
{
background-color: #CD878D;
}
</style>
border-color css
<style>
span { border-color: #CD878D; }
span { border-color: rgb(205,135,141); }
td.TdClassName
{
border-color: #CD878D;
}
.TagClassName
{
border-color: #CD878D;
}
</style>