Shades of Puce #CB829C
Tints of Puce #CB829C
RGB
CMYK
RGB Variations
Color information
#CB829C (or 0xCB829C) is known color: Puce. HEX triplet: CB, 82 and 9C. RGB value is (203,130,156). Sum of RGB (Red+Green+Blue) = 203+130+156=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB829C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB829C is #347D63. Grayscale: #9A9A9A. Windows color (decimal): -3439972 or 10257099. OLE color: 10257099.
HSL color Cylindrical-coordinate representation of color #CB829C: hue angle of 338.63º 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 #CB829C is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 156 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.20 |
| HSL | 338.63º | 0.41% | 0.65% | - |
| HSV(B) | 338.63º | 0.36% | 0.8% | - |
| XYZ | 38.61 | 31.06 | 35.41 | - |
| YUV | 154.79 | 128.68 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 156 | 0 | 0.36 | 0.23 | 0.20 | 338.63 | 0.41 | 0.65 |
| Hex | CB | 82 | 9C | 0 | 24 | 17 | 14 | 153 | 29 | 41 |
| Octal | 313 | 202 | 234 | 0 | 44 | 27 | 24 | 523 | 51 | 101 |
| Binary | 11001011 | 10000010 | 10011100 | 0 | 100100 | 10111 | 10100 | 101010011 | 101001 | 1000001 |
Color Harmonies of #CB829C
Complementary color
Monochromatic Colors of #CB829C
Black with #CB829C
Text Example
Text Example
White with #CB829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB829C; }
p { color: rgb(203,130,156); }
H1.HeaderClassName
{
color: #CB829C;
}
.AnyTagClassName
{
color: #CB829C;
}
</style>
background-color css
<style>
a { background-color: #CB829C; }
a { background-color: rgb(203,130,156); }
div.DivClassName
{
background-color: #CB829C;
}
.BgClassName
{
background-color: #CB829C;
}
</style>
border-color css
<style>
span { border-color: #CB829C; }
span { border-color: rgb(203,130,156); }
td.TdClassName
{
border-color: #CB829C;
}
.TagClassName
{
border-color: #CB829C;
}
</style>