Shades of Puce #CD8C93
Tints of Puce #CD8C93
RGB
CMYK
RGB Variations
Color information
#CD8C93 (or 0xCD8C93) is known color: Puce. HEX triplet: CD, 8C and 93. RGB value is (205,140,147). Sum of RGB (Red+Green+Blue) = 205+140+147=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8C93 is #32736C. Grayscale: #A0A0A0. Windows color (decimal): -3306349 or 9669837. OLE color: 9669837.
HSL color Cylindrical-coordinate representation of color #CD8C93: hue angle of 353.54º 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 #CD8C93 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 147 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.20 |
| HSL | 353.54º | 0.39% | 0.68% | - |
| HSV(B) | 353.54º | 0.32% | 0.8% | - |
| XYZ | 39.82 | 33.84 | 32.04 | - |
| YUV | 160.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 147 | 0 | 0.32 | 0.28 | 0.20 | 353.54 | 0.39 | 0.68 |
| Hex | CD | 8C | 93 | 0 | 20 | 1C | 14 | 162 | 27 | 44 |
| Octal | 315 | 214 | 223 | 0 | 40 | 34 | 24 | 542 | 47 | 104 |
| Binary | 11001101 | 10001100 | 10010011 | 0 | 100000 | 11100 | 10100 | 101100010 | 100111 | 1000100 |
Color Harmonies of #CD8C93
Complementary color
Monochromatic Colors of #CD8C93
Black with #CD8C93
Text Example
Text Example
White with #CD8C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C93; }
p { color: rgb(205,140,147); }
H1.HeaderClassName
{
color: #CD8C93;
}
.AnyTagClassName
{
color: #CD8C93;
}
</style>
background-color css
<style>
a { background-color: #CD8C93; }
a { background-color: rgb(205,140,147); }
div.DivClassName
{
background-color: #CD8C93;
}
.BgClassName
{
background-color: #CD8C93;
}
</style>
border-color css
<style>
span { border-color: #CD8C93; }
span { border-color: rgb(205,140,147); }
td.TdClassName
{
border-color: #CD8C93;
}
.TagClassName
{
border-color: #CD8C93;
}
</style>