Shades of Puce #CD859D
Tints of Puce #CD859D
RGB
CMYK
RGB Variations
Color information
#CD859D (or 0xCD859D) is known color: Puce. HEX triplet: CD, 85 and 9D. RGB value is (205,133,157). Sum of RGB (Red+Green+Blue) = 205+133+157=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD859D is #327A62. Grayscale: #9D9D9D. Windows color (decimal): -3308131 or 10323405. OLE color: 10323405.
HSL color Cylindrical-coordinate representation of color #CD859D: hue angle of 340º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD859D is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 133 | 157 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.20 |
| HSL | 340º | 0.42% | 0.66% | - |
| HSV(B) | 340º | 0.35% | 0.8% | - |
| XYZ | 39.65 | 32.19 | 36.02 | - |
| YUV | 157.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 133 | 157 | 0 | 0.35 | 0.23 | 0.20 | 340 | 0.42 | 0.66 |
| Hex | CD | 85 | 9D | 0 | 23 | 17 | 14 | 154 | 2A | 42 |
| Octal | 315 | 205 | 235 | 0 | 43 | 27 | 24 | 524 | 52 | 102 |
| Binary | 11001101 | 10000101 | 10011101 | 0 | 100011 | 10111 | 10100 | 101010100 | 101010 | 1000010 |
Color Harmonies of #CD859D
Complementary color
Monochromatic Colors of #CD859D
Black with #CD859D
Text Example
Text Example
White with #CD859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD859D; }
p { color: rgb(205,133,157); }
H1.HeaderClassName
{
color: #CD859D;
}
.AnyTagClassName
{
color: #CD859D;
}
</style>
background-color css
<style>
a { background-color: #CD859D; }
a { background-color: rgb(205,133,157); }
div.DivClassName
{
background-color: #CD859D;
}
.BgClassName
{
background-color: #CD859D;
}
</style>
border-color css
<style>
span { border-color: #CD859D; }
span { border-color: rgb(205,133,157); }
td.TdClassName
{
border-color: #CD859D;
}
.TagClassName
{
border-color: #CD859D;
}
</style>