Shades of Puce #CD858B
Tints of Puce #CD858B
RGB
CMYK
RGB Variations
Color information
#CD858B (or 0xCD858B) is known color: Puce. HEX triplet: CD, 85 and 8B. RGB value is (205,133,139). Sum of RGB (Red+Green+Blue) = 205+133+139=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CD858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD858B is #327A74. Grayscale: #9B9B9B. Windows color (decimal): -3308149 or 9143757. OLE color: 9143757.
HSL color Cylindrical-coordinate representation of color #CD858B: hue angle of 355º 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 #CD858B is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 133 | 139 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.20 |
| HSL | 355º | 0.42% | 0.66% | - |
| HSV(B) | 355º | 0.35% | 0.8% | - |
| XYZ | 38.22 | 31.62 | 28.51 | - |
| YUV | 155.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 133 | 139 | 0 | 0.35 | 0.32 | 0.20 | 355 | 0.42 | 0.66 |
| Hex | CD | 85 | 8B | 0 | 23 | 20 | 14 | 163 | 2A | 42 |
| Octal | 315 | 205 | 213 | 0 | 43 | 40 | 24 | 543 | 52 | 102 |
| Binary | 11001101 | 10000101 | 10001011 | 0 | 100011 | 100000 | 10100 | 101100011 | 101010 | 1000010 |
Color Harmonies of #CD858B
Complementary color
Monochromatic Colors of #CD858B
Black with #CD858B
Text Example
Text Example
White with #CD858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD858B; }
p { color: rgb(205,133,139); }
H1.HeaderClassName
{
color: #CD858B;
}
.AnyTagClassName
{
color: #CD858B;
}
</style>
background-color css
<style>
a { background-color: #CD858B; }
a { background-color: rgb(205,133,139); }
div.DivClassName
{
background-color: #CD858B;
}
.BgClassName
{
background-color: #CD858B;
}
</style>
border-color css
<style>
span { border-color: #CD858B; }
span { border-color: rgb(205,133,139); }
td.TdClassName
{
border-color: #CD858B;
}
.TagClassName
{
border-color: #CD858B;
}
</style>