Shades of Puce #CD829B
Tints of Puce #CD829B
RGB
CMYK
RGB Variations
Color information
#CD829B (or 0xCD829B) is known color: Puce. HEX triplet: CD, 82 and 9B. RGB value is (205,130,155). Sum of RGB (Red+Green+Blue) = 205+130+155=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD829B is #327D64. Grayscale: #9B9B9B. Windows color (decimal): -3308901 or 10191565. OLE color: 10191565.
HSL color Cylindrical-coordinate representation of color #CD829B: hue angle of 340º 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 #CD829B is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 130 | 155 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.20 |
| HSL | 340º | 0.43% | 0.66% | - |
| HSV(B) | 340º | 0.37% | 0.8% | - |
| XYZ | 39.08 | 31.31 | 34.99 | - |
| YUV | 155.28 | 127.85 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 130 | 155 | 0 | 0.37 | 0.24 | 0.20 | 340 | 0.43 | 0.66 |
| Hex | CD | 82 | 9B | 0 | 25 | 18 | 14 | 154 | 2B | 42 |
| Octal | 315 | 202 | 233 | 0 | 45 | 30 | 24 | 524 | 53 | 102 |
| Binary | 11001101 | 10000010 | 10011011 | 0 | 100101 | 11000 | 10100 | 101010100 | 101011 | 1000010 |
Color Harmonies of #CD829B
Complementary color
Monochromatic Colors of #CD829B
Black with #CD829B
Text Example
Text Example
White with #CD829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD829B; }
p { color: rgb(205,130,155); }
H1.HeaderClassName
{
color: #CD829B;
}
.AnyTagClassName
{
color: #CD829B;
}
</style>
background-color css
<style>
a { background-color: #CD829B; }
a { background-color: rgb(205,130,155); }
div.DivClassName
{
background-color: #CD829B;
}
.BgClassName
{
background-color: #CD829B;
}
</style>
border-color css
<style>
span { border-color: #CD829B; }
span { border-color: rgb(205,130,155); }
td.TdClassName
{
border-color: #CD829B;
}
.TagClassName
{
border-color: #CD829B;
}
</style>