Shades of Puce #CD8A8C
Tints of Puce #CD8A8C
RGB
CMYK
RGB Variations
Color information
#CD8A8C (or 0xCD8A8C) is known color: Puce. HEX triplet: CD, 8A and 8C. RGB value is (205,138,140). Sum of RGB (Red+Green+Blue) = 205+138+140=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8A8C is #327573. Grayscale: #9E9E9E. Windows color (decimal): -3306868 or 9210573. OLE color: 9210573.
HSL color Cylindrical-coordinate representation of color #CD8A8C: hue angle of 358.21º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD8A8C is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 138 | 140 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.20 |
| HSL | 358.21º | 0.4% | 0.67% | - |
| HSV(B) | 358.21º | 0.33% | 0.8% | - |
| XYZ | 39 | 33.05 | 29.13 | - |
| YUV | 158.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 138 | 140 | 0 | 0.33 | 0.32 | 0.20 | 358.21 | 0.4 | 0.67 |
| Hex | CD | 8A | 8C | 0 | 21 | 20 | 14 | 166 | 28 | 43 |
| Octal | 315 | 212 | 214 | 0 | 41 | 40 | 24 | 546 | 50 | 103 |
| Binary | 11001101 | 10001010 | 10001100 | 0 | 100001 | 100000 | 10100 | 101100110 | 101000 | 1000011 |
Color Harmonies of #CD8A8C
Complementary color
Monochromatic Colors of #CD8A8C
Black with #CD8A8C
Text Example
Text Example
White with #CD8A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8A8C; }
p { color: rgb(205,138,140); }
H1.HeaderClassName
{
color: #CD8A8C;
}
.AnyTagClassName
{
color: #CD8A8C;
}
</style>
background-color css
<style>
a { background-color: #CD8A8C; }
a { background-color: rgb(205,138,140); }
div.DivClassName
{
background-color: #CD8A8C;
}
.BgClassName
{
background-color: #CD8A8C;
}
</style>
border-color css
<style>
span { border-color: #CD8A8C; }
span { border-color: rgb(205,138,140); }
td.TdClassName
{
border-color: #CD8A8C;
}
.TagClassName
{
border-color: #CD8A8C;
}
</style>