Shades of Puce #CD878B
Tints of Puce #CD878B
RGB
CMYK
RGB Variations
Color information
#CD878B (or 0xCD878B) is known color: Puce. HEX triplet: CD, 87 and 8B. RGB value is (205,135,139). Sum of RGB (Red+Green+Blue) = 205+135+139=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CD878B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD878B is #327874. Grayscale: #9C9C9C. Windows color (decimal): -3307637 or 9144269. OLE color: 9144269.
HSL color Cylindrical-coordinate representation of color #CD878B: hue angle of 356.57º 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 #CD878B is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 135 | 139 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.20 |
| HSL | 356.57º | 0.41% | 0.67% | - |
| HSV(B) | 356.57º | 0.34% | 0.8% | - |
| XYZ | 38.5 | 32.17 | 28.61 | - |
| YUV | 156.39 | 118.19 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 135 | 139 | 0 | 0.34 | 0.32 | 0.20 | 356.57 | 0.41 | 0.67 |
| Hex | CD | 87 | 8B | 0 | 22 | 20 | 14 | 165 | 29 | 43 |
| Octal | 315 | 207 | 213 | 0 | 42 | 40 | 24 | 545 | 51 | 103 |
| Binary | 11001101 | 10000111 | 10001011 | 0 | 100010 | 100000 | 10100 | 101100101 | 101001 | 1000011 |
Color Harmonies of #CD878B
Complementary color
Monochromatic Colors of #CD878B
Black with #CD878B
Text Example
Text Example
White with #CD878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD878B; }
p { color: rgb(205,135,139); }
H1.HeaderClassName
{
color: #CD878B;
}
.AnyTagClassName
{
color: #CD878B;
}
</style>
background-color css
<style>
a { background-color: #CD878B; }
a { background-color: rgb(205,135,139); }
div.DivClassName
{
background-color: #CD878B;
}
.BgClassName
{
background-color: #CD878B;
}
</style>
border-color css
<style>
span { border-color: #CD878B; }
span { border-color: rgb(205,135,139); }
td.TdClassName
{
border-color: #CD878B;
}
.TagClassName
{
border-color: #CD878B;
}
</style>