Shades of Puce #CD878C
Tints of Puce #CD878C
RGB
CMYK
RGB Variations
Color information
#CD878C (or 0xCD878C) is known color: Puce. HEX triplet: CD, 87 and 8C. RGB value is (205,135,140). Sum of RGB (Red+Green+Blue) = 205+135+140=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CD878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD878C is #327873. Grayscale: #9C9C9C. Windows color (decimal): -3307636 or 9209805. OLE color: 9209805.
HSL color Cylindrical-coordinate representation of color #CD878C: hue angle of 355.71º 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 #CD878C is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 135 | 140 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.20 |
| HSL | 355.71º | 0.41% | 0.67% | - |
| HSV(B) | 355.71º | 0.34% | 0.8% | - |
| XYZ | 38.57 | 32.2 | 28.99 | - |
| YUV | 156.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 135 | 140 | 0 | 0.34 | 0.32 | 0.20 | 355.71 | 0.41 | 0.67 |
| Hex | CD | 87 | 8C | 0 | 22 | 20 | 14 | 164 | 29 | 43 |
| Octal | 315 | 207 | 214 | 0 | 42 | 40 | 24 | 544 | 51 | 103 |
| Binary | 11001101 | 10000111 | 10001100 | 0 | 100010 | 100000 | 10100 | 101100100 | 101001 | 1000011 |
Color Harmonies of #CD878C
Complementary color
Monochromatic Colors of #CD878C
Black with #CD878C
Text Example
Text Example
White with #CD878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD878C; }
p { color: rgb(205,135,140); }
H1.HeaderClassName
{
color: #CD878C;
}
.AnyTagClassName
{
color: #CD878C;
}
</style>
background-color css
<style>
a { background-color: #CD878C; }
a { background-color: rgb(205,135,140); }
div.DivClassName
{
background-color: #CD878C;
}
.BgClassName
{
background-color: #CD878C;
}
</style>
border-color css
<style>
span { border-color: #CD878C; }
span { border-color: rgb(205,135,140); }
td.TdClassName
{
border-color: #CD878C;
}
.TagClassName
{
border-color: #CD878C;
}
</style>