Shades of Puce #CD8992
Tints of Puce #CD8992
RGB
CMYK
RGB Variations
Color information
#CD8992 (or 0xCD8992) is known color: Puce. HEX triplet: CD, 89 and 92. RGB value is (205,137,146). Sum of RGB (Red+Green+Blue) = 205+137+146=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8992 is #32766D. Grayscale: #9E9E9E. Windows color (decimal): -3307118 or 9603533. OLE color: 9603533.
HSL color Cylindrical-coordinate representation of color #CD8992: hue angle of 352.06º 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 #CD8992 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 137 | 146 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.20 |
| HSL | 352.06º | 0.4% | 0.67% | - |
| HSV(B) | 352.06º | 0.33% | 0.8% | - |
| XYZ | 39.31 | 32.95 | 31.48 | - |
| YUV | 158.36 | 121.03 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 137 | 146 | 0 | 0.33 | 0.29 | 0.20 | 352.06 | 0.4 | 0.67 |
| Hex | CD | 89 | 92 | 0 | 21 | 1D | 14 | 160 | 28 | 43 |
| Octal | 315 | 211 | 222 | 0 | 41 | 35 | 24 | 540 | 50 | 103 |
| Binary | 11001101 | 10001001 | 10010010 | 0 | 100001 | 11101 | 10100 | 101100000 | 101000 | 1000011 |
Color Harmonies of #CD8992
Complementary color
Monochromatic Colors of #CD8992
Black with #CD8992
Text Example
Text Example
White with #CD8992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8992; }
p { color: rgb(205,137,146); }
H1.HeaderClassName
{
color: #CD8992;
}
.AnyTagClassName
{
color: #CD8992;
}
</style>
background-color css
<style>
a { background-color: #CD8992; }
a { background-color: rgb(205,137,146); }
div.DivClassName
{
background-color: #CD8992;
}
.BgClassName
{
background-color: #CD8992;
}
</style>
border-color css
<style>
span { border-color: #CD8992; }
span { border-color: rgb(205,137,146); }
td.TdClassName
{
border-color: #CD8992;
}
.TagClassName
{
border-color: #CD8992;
}
</style>