Shades of Puce #CD8B8D
Tints of Puce #CD8B8D
RGB
CMYK
RGB Variations
Color information
#CD8B8D (or 0xCD8B8D) is known color: Puce. HEX triplet: CD, 8B and 8D. RGB value is (205,139,141). Sum of RGB (Red+Green+Blue) = 205+139+141=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8B8D is #327472. Grayscale: #9F9F9F. Windows color (decimal): -3306611 or 9276365. OLE color: 9276365.
HSL color Cylindrical-coordinate representation of color #CD8B8D: hue angle of 358.18º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD8B8D is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 139 | 141 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.20 |
| HSL | 358.18º | 0.4% | 0.67% | - |
| HSV(B) | 358.18º | 0.32% | 0.8% | - |
| XYZ | 39.22 | 33.37 | 29.57 | - |
| YUV | 158.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 139 | 141 | 0 | 0.32 | 0.31 | 0.20 | 358.18 | 0.4 | 0.67 |
| Hex | CD | 8B | 8D | 0 | 20 | 1F | 14 | 166 | 28 | 43 |
| Octal | 315 | 213 | 215 | 0 | 40 | 37 | 24 | 546 | 50 | 103 |
| Binary | 11001101 | 10001011 | 10001101 | 0 | 100000 | 11111 | 10100 | 101100110 | 101000 | 1000011 |
Color Harmonies of #CD8B8D
Complementary color
Monochromatic Colors of #CD8B8D
Black with #CD8B8D
Text Example
Text Example
White with #CD8B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8B8D; }
p { color: rgb(205,139,141); }
H1.HeaderClassName
{
color: #CD8B8D;
}
.AnyTagClassName
{
color: #CD8B8D;
}
</style>
background-color css
<style>
a { background-color: #CD8B8D; }
a { background-color: rgb(205,139,141); }
div.DivClassName
{
background-color: #CD8B8D;
}
.BgClassName
{
background-color: #CD8B8D;
}
</style>
border-color css
<style>
span { border-color: #CD8B8D; }
span { border-color: rgb(205,139,141); }
td.TdClassName
{
border-color: #CD8B8D;
}
.TagClassName
{
border-color: #CD8B8D;
}
</style>