Shades of Puce #CB829D
Tints of Puce #CB829D
RGB
CMYK
RGB Variations
Color information
#CB829D (or 0xCB829D) is known color: Puce. HEX triplet: CB, 82 and 9D. RGB value is (203,130,157). Sum of RGB (Red+Green+Blue) = 203+130+157=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB829D is #347D62. Grayscale: #9A9A9A. Windows color (decimal): -3439971 or 10322635. OLE color: 10322635.
HSL color Cylindrical-coordinate representation of color #CB829D: hue angle of 337.81º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB829D is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 157 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.20 |
| HSL | 337.81º | 0.41% | 0.65% | - |
| HSV(B) | 337.81º | 0.36% | 0.8% | - |
| XYZ | 38.7 | 31.1 | 35.86 | - |
| YUV | 154.91 | 129.18 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 157 | 0 | 0.36 | 0.23 | 0.20 | 337.81 | 0.41 | 0.65 |
| Hex | CB | 82 | 9D | 0 | 24 | 17 | 14 | 152 | 29 | 41 |
| Octal | 313 | 202 | 235 | 0 | 44 | 27 | 24 | 522 | 51 | 101 |
| Binary | 11001011 | 10000010 | 10011101 | 0 | 100100 | 10111 | 10100 | 101010010 | 101001 | 1000001 |
Color Harmonies of #CB829D
Complementary color
Monochromatic Colors of #CB829D
Black with #CB829D
Text Example
Text Example
White with #CB829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB829D; }
p { color: rgb(203,130,157); }
H1.HeaderClassName
{
color: #CB829D;
}
.AnyTagClassName
{
color: #CB829D;
}
</style>
background-color css
<style>
a { background-color: #CB829D; }
a { background-color: rgb(203,130,157); }
div.DivClassName
{
background-color: #CB829D;
}
.BgClassName
{
background-color: #CB829D;
}
</style>
border-color css
<style>
span { border-color: #CB829D; }
span { border-color: rgb(203,130,157); }
td.TdClassName
{
border-color: #CB829D;
}
.TagClassName
{
border-color: #CB829D;
}
</style>