Shades of Puce #CB829B
Tints of Puce #CB829B
RGB
CMYK
RGB Variations
Color information
#CB829B (or 0xCB829B) is known color: Puce. HEX triplet: CB, 82 and 9B. RGB value is (203,130,155). Sum of RGB (Red+Green+Blue) = 203+130+155=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB829B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB829B is #347D64. Grayscale: #9A9A9A. Windows color (decimal): -3439973 or 10191563. OLE color: 10191563.
HSL color Cylindrical-coordinate representation of color #CB829B: hue angle of 339.45º 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 #CB829B is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 155 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.20 |
| HSL | 339.45º | 0.41% | 0.65% | - |
| HSV(B) | 339.45º | 0.36% | 0.8% | - |
| XYZ | 38.53 | 31.03 | 34.97 | - |
| YUV | 154.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 155 | 0 | 0.36 | 0.24 | 0.20 | 339.45 | 0.41 | 0.65 |
| Hex | CB | 82 | 9B | 0 | 24 | 18 | 14 | 153 | 29 | 41 |
| Octal | 313 | 202 | 233 | 0 | 44 | 30 | 24 | 523 | 51 | 101 |
| Binary | 11001011 | 10000010 | 10011011 | 0 | 100100 | 11000 | 10100 | 101010011 | 101001 | 1000001 |
Color Harmonies of #CB829B
Complementary color
Monochromatic Colors of #CB829B
Black with #CB829B
Text Example
Text Example
White with #CB829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB829B; }
p { color: rgb(203,130,155); }
H1.HeaderClassName
{
color: #CB829B;
}
.AnyTagClassName
{
color: #CB829B;
}
</style>
background-color css
<style>
a { background-color: #CB829B; }
a { background-color: rgb(203,130,155); }
div.DivClassName
{
background-color: #CB829B;
}
.BgClassName
{
background-color: #CB829B;
}
</style>
border-color css
<style>
span { border-color: #CB829B; }
span { border-color: rgb(203,130,155); }
td.TdClassName
{
border-color: #CB829B;
}
.TagClassName
{
border-color: #CB829B;
}
</style>