Shades of Puce #CD8C8F
Tints of Puce #CD8C8F
RGB
CMYK
RGB Variations
Color information
#CD8C8F (or 0xCD8C8F) is known color: Puce. HEX triplet: CD, 8C and 8F. RGB value is (205,140,143). Sum of RGB (Red+Green+Blue) = 205+140+143=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8C8F is #327370. Grayscale: #9F9F9F. Windows color (decimal): -3306353 or 9407693. OLE color: 9407693.
HSL color Cylindrical-coordinate representation of color #CD8C8F: hue angle of 357.23º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CD8C8F is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 143 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.20 |
| HSL | 357.23º | 0.39% | 0.68% | - |
| HSV(B) | 357.23º | 0.32% | 0.8% | - |
| XYZ | 39.51 | 33.72 | 30.41 | - |
| YUV | 159.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 143 | 0 | 0.32 | 0.30 | 0.20 | 357.23 | 0.39 | 0.68 |
| Hex | CD | 8C | 8F | 0 | 20 | 1E | 14 | 165 | 27 | 44 |
| Octal | 315 | 214 | 217 | 0 | 40 | 36 | 24 | 545 | 47 | 104 |
| Binary | 11001101 | 10001100 | 10001111 | 0 | 100000 | 11110 | 10100 | 101100101 | 100111 | 1000100 |
Color Harmonies of #CD8C8F
Complementary color
Monochromatic Colors of #CD8C8F
Black with #CD8C8F
Text Example
Text Example
White with #CD8C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C8F; }
p { color: rgb(205,140,143); }
H1.HeaderClassName
{
color: #CD8C8F;
}
.AnyTagClassName
{
color: #CD8C8F;
}
</style>
background-color css
<style>
a { background-color: #CD8C8F; }
a { background-color: rgb(205,140,143); }
div.DivClassName
{
background-color: #CD8C8F;
}
.BgClassName
{
background-color: #CD8C8F;
}
</style>
border-color css
<style>
span { border-color: #CD8C8F; }
span { border-color: rgb(205,140,143); }
td.TdClassName
{
border-color: #CD8C8F;
}
.TagClassName
{
border-color: #CD8C8F;
}
</style>