Shades of Puce #CD849D
Tints of Puce #CD849D
RGB
CMYK
RGB Variations
Color information
#CD849D (or 0xCD849D) is known color: Puce. HEX triplet: CD, 84 and 9D. RGB value is (205,132,157). Sum of RGB (Red+Green+Blue) = 205+132+157=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CD849D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD849D is #327B62. Grayscale: #9C9C9C. Windows color (decimal): -3308387 or 10323149. OLE color: 10323149.
HSL color Cylindrical-coordinate representation of color #CD849D: hue angle of 339.45º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD849D is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 132 | 157 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.20 |
| HSL | 339.45º | 0.42% | 0.66% | - |
| HSV(B) | 339.45º | 0.36% | 0.8% | - |
| XYZ | 39.51 | 31.92 | 35.98 | - |
| YUV | 156.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 132 | 157 | 0 | 0.36 | 0.23 | 0.20 | 339.45 | 0.42 | 0.66 |
| Hex | CD | 84 | 9D | 0 | 24 | 17 | 14 | 153 | 2A | 42 |
| Octal | 315 | 204 | 235 | 0 | 44 | 27 | 24 | 523 | 52 | 102 |
| Binary | 11001101 | 10000100 | 10011101 | 0 | 100100 | 10111 | 10100 | 101010011 | 101010 | 1000010 |
Color Harmonies of #CD849D
Complementary color
Monochromatic Colors of #CD849D
Black with #CD849D
Text Example
Text Example
White with #CD849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD849D; }
p { color: rgb(205,132,157); }
H1.HeaderClassName
{
color: #CD849D;
}
.AnyTagClassName
{
color: #CD849D;
}
</style>
background-color css
<style>
a { background-color: #CD849D; }
a { background-color: rgb(205,132,157); }
div.DivClassName
{
background-color: #CD849D;
}
.BgClassName
{
background-color: #CD849D;
}
</style>
border-color css
<style>
span { border-color: #CD849D; }
span { border-color: rgb(205,132,157); }
td.TdClassName
{
border-color: #CD849D;
}
.TagClassName
{
border-color: #CD849D;
}
</style>