Shades of Puce #CD888C
Tints of Puce #CD888C
RGB
CMYK
RGB Variations
Color information
#CD888C (or 0xCD888C) is known color: Puce. HEX triplet: CD, 88 and 8C. RGB value is (205,136,140). Sum of RGB (Red+Green+Blue) = 205+136+140=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CD888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD888C is #327773. Grayscale: #9D9D9D. Windows color (decimal): -3307380 or 9210061. OLE color: 9210061.
HSL color Cylindrical-coordinate representation of color #CD888C: hue angle of 356.52º 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 #CD888C is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 136 | 140 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.20 |
| HSL | 356.52º | 0.41% | 0.67% | - |
| HSV(B) | 356.52º | 0.34% | 0.8% | - |
| XYZ | 38.71 | 32.48 | 29.04 | - |
| YUV | 157.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 136 | 140 | 0 | 0.34 | 0.32 | 0.20 | 356.52 | 0.41 | 0.67 |
| Hex | CD | 88 | 8C | 0 | 22 | 20 | 14 | 165 | 29 | 43 |
| Octal | 315 | 210 | 214 | 0 | 42 | 40 | 24 | 545 | 51 | 103 |
| Binary | 11001101 | 10001000 | 10001100 | 0 | 100010 | 100000 | 10100 | 101100101 | 101001 | 1000011 |
Color Harmonies of #CD888C
Complementary color
Monochromatic Colors of #CD888C
Black with #CD888C
Text Example
Text Example
White with #CD888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD888C; }
p { color: rgb(205,136,140); }
H1.HeaderClassName
{
color: #CD888C;
}
.AnyTagClassName
{
color: #CD888C;
}
</style>
background-color css
<style>
a { background-color: #CD888C; }
a { background-color: rgb(205,136,140); }
div.DivClassName
{
background-color: #CD888C;
}
.BgClassName
{
background-color: #CD888C;
}
</style>
border-color css
<style>
span { border-color: #CD888C; }
span { border-color: rgb(205,136,140); }
td.TdClassName
{
border-color: #CD888C;
}
.TagClassName
{
border-color: #CD888C;
}
</style>