Shades of Puce #CD8C96
Tints of Puce #CD8C96
RGB
CMYK
RGB Variations
Color information
#CD8C96 (or 0xCD8C96) is known color: Puce. HEX triplet: CD, 8C and 96. RGB value is (205,140,150). Sum of RGB (Red+Green+Blue) = 205+140+150=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8C96 is #327369. Grayscale: #A0A0A0. Windows color (decimal): -3306346 or 9866445. OLE color: 9866445.
HSL color Cylindrical-coordinate representation of color #CD8C96: hue angle of 350.77º 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 #CD8C96 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 140 | 150 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.20 |
| HSL | 350.77º | 0.39% | 0.68% | - |
| HSV(B) | 350.77º | 0.32% | 0.8% | - |
| XYZ | 40.06 | 33.94 | 33.29 | - |
| YUV | 160.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 140 | 150 | 0 | 0.32 | 0.27 | 0.20 | 350.77 | 0.39 | 0.68 |
| Hex | CD | 8C | 96 | 0 | 20 | 1B | 14 | 15F | 27 | 44 |
| Octal | 315 | 214 | 226 | 0 | 40 | 33 | 24 | 537 | 47 | 104 |
| Binary | 11001101 | 10001100 | 10010110 | 0 | 100000 | 11011 | 10100 | 101011111 | 100111 | 1000100 |
Color Harmonies of #CD8C96
Complementary color
Monochromatic Colors of #CD8C96
Black with #CD8C96
Text Example
Text Example
White with #CD8C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8C96; }
p { color: rgb(205,140,150); }
H1.HeaderClassName
{
color: #CD8C96;
}
.AnyTagClassName
{
color: #CD8C96;
}
</style>
background-color css
<style>
a { background-color: #CD8C96; }
a { background-color: rgb(205,140,150); }
div.DivClassName
{
background-color: #CD8C96;
}
.BgClassName
{
background-color: #CD8C96;
}
</style>
border-color css
<style>
span { border-color: #CD8C96; }
span { border-color: rgb(205,140,150); }
td.TdClassName
{
border-color: #CD8C96;
}
.TagClassName
{
border-color: #CD8C96;
}
</style>