Shades of Puce #CD829F
Tints of Puce #CD829F
RGB
CMYK
RGB Variations
Color information
#CD829F (or 0xCD829F) is known color: Puce. HEX triplet: CD, 82 and 9F. RGB value is (205,130,159). Sum of RGB (Red+Green+Blue) = 205+130+159=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CD829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD829F is #327D60. Grayscale: #9B9B9B. Windows color (decimal): -3308897 or 10453709. OLE color: 10453709.
HSL color Cylindrical-coordinate representation of color #CD829F: hue angle of 336.8º 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 #CD829F is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 130 | 159 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.20 |
| HSL | 336.8º | 0.43% | 0.66% | - |
| HSV(B) | 336.8º | 0.37% | 0.8% | - |
| XYZ | 39.42 | 31.45 | 36.79 | - |
| YUV | 155.73 | 129.85 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 130 | 159 | 0 | 0.37 | 0.22 | 0.20 | 336.8 | 0.43 | 0.66 |
| Hex | CD | 82 | 9F | 0 | 25 | 16 | 14 | 151 | 2B | 42 |
| Octal | 315 | 202 | 237 | 0 | 45 | 26 | 24 | 521 | 53 | 102 |
| Binary | 11001101 | 10000010 | 10011111 | 0 | 100101 | 10110 | 10100 | 101010001 | 101011 | 1000010 |
Color Harmonies of #CD829F
Complementary color
Monochromatic Colors of #CD829F
Black with #CD829F
Text Example
Text Example
White with #CD829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD829F; }
p { color: rgb(205,130,159); }
H1.HeaderClassName
{
color: #CD829F;
}
.AnyTagClassName
{
color: #CD829F;
}
</style>
background-color css
<style>
a { background-color: #CD829F; }
a { background-color: rgb(205,130,159); }
div.DivClassName
{
background-color: #CD829F;
}
.BgClassName
{
background-color: #CD829F;
}
</style>
border-color css
<style>
span { border-color: #CD829F; }
span { border-color: rgb(205,130,159); }
td.TdClassName
{
border-color: #CD829F;
}
.TagClassName
{
border-color: #CD829F;
}
</style>