Shades of Puce #CD858D
Tints of Puce #CD858D
RGB
CMYK
RGB Variations
Color information
#CD858D (or 0xCD858D) is known color: Puce. HEX triplet: CD, 85 and 8D. RGB value is (205,133,141). Sum of RGB (Red+Green+Blue) = 205+133+141=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CD858D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD858D is #327A72. Grayscale: #9B9B9B. Windows color (decimal): -3308147 or 9274829. OLE color: 9274829.
HSL color Cylindrical-coordinate representation of color #CD858D: hue angle of 353.33º 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 #CD858D is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 133 | 141 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.20 |
| HSL | 353.33º | 0.42% | 0.66% | - |
| HSV(B) | 353.33º | 0.35% | 0.8% | - |
| XYZ | 38.37 | 31.68 | 29.29 | - |
| YUV | 155.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 133 | 141 | 0 | 0.35 | 0.31 | 0.20 | 353.33 | 0.42 | 0.66 |
| Hex | CD | 85 | 8D | 0 | 23 | 1F | 14 | 161 | 2A | 42 |
| Octal | 315 | 205 | 215 | 0 | 43 | 37 | 24 | 541 | 52 | 102 |
| Binary | 11001101 | 10000101 | 10001101 | 0 | 100011 | 11111 | 10100 | 101100001 | 101010 | 1000010 |
Color Harmonies of #CD858D
Complementary color
Monochromatic Colors of #CD858D
Black with #CD858D
Text Example
Text Example
White with #CD858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD858D; }
p { color: rgb(205,133,141); }
H1.HeaderClassName
{
color: #CD858D;
}
.AnyTagClassName
{
color: #CD858D;
}
</style>
background-color css
<style>
a { background-color: #CD858D; }
a { background-color: rgb(205,133,141); }
div.DivClassName
{
background-color: #CD858D;
}
.BgClassName
{
background-color: #CD858D;
}
</style>
border-color css
<style>
span { border-color: #CD858D; }
span { border-color: rgb(205,133,141); }
td.TdClassName
{
border-color: #CD858D;
}
.TagClassName
{
border-color: #CD858D;
}
</style>