Shades of Puce #CD829D
Tints of Puce #CD829D
RGB
CMYK
RGB Variations
Color information
#CD829D (or 0xCD829D) is known color: Puce. HEX triplet: CD, 82 and 9D. RGB value is (205,130,157). Sum of RGB (Red+Green+Blue) = 205+130+157=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD829D is #327D62. Grayscale: #9B9B9B. Windows color (decimal): -3308899 or 10322637. OLE color: 10322637.
HSL color Cylindrical-coordinate representation of color #CD829D: hue angle of 338.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD829D is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 130 | 157 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.20 |
| HSL | 338.4º | 0.43% | 0.66% | - |
| HSV(B) | 338.4º | 0.37% | 0.8% | - |
| XYZ | 39.25 | 31.38 | 35.89 | - |
| YUV | 155.5 | 128.85 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 130 | 157 | 0 | 0.37 | 0.23 | 0.20 | 338.4 | 0.43 | 0.66 |
| Hex | CD | 82 | 9D | 0 | 25 | 17 | 14 | 152 | 2B | 42 |
| Octal | 315 | 202 | 235 | 0 | 45 | 27 | 24 | 522 | 53 | 102 |
| Binary | 11001101 | 10000010 | 10011101 | 0 | 100101 | 10111 | 10100 | 101010010 | 101011 | 1000010 |
Color Harmonies of #CD829D
Complementary color
Monochromatic Colors of #CD829D
Black with #CD829D
Text Example
Text Example
White with #CD829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD829D; }
p { color: rgb(205,130,157); }
H1.HeaderClassName
{
color: #CD829D;
}
.AnyTagClassName
{
color: #CD829D;
}
</style>
background-color css
<style>
a { background-color: #CD829D; }
a { background-color: rgb(205,130,157); }
div.DivClassName
{
background-color: #CD829D;
}
.BgClassName
{
background-color: #CD829D;
}
</style>
border-color css
<style>
span { border-color: #CD829D; }
span { border-color: rgb(205,130,157); }
td.TdClassName
{
border-color: #CD829D;
}
.TagClassName
{
border-color: #CD829D;
}
</style>