Shades of Puce #CB819B
Tints of Puce #CB819B
RGB
CMYK
RGB Variations
Color information
#CB819B (or 0xCB819B) is known color: Puce. HEX triplet: CB, 81 and 9B. RGB value is (203,129,155). Sum of RGB (Red+Green+Blue) = 203+129+155=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB819B is #347E64. Grayscale: #9A9A9A. Windows color (decimal): -3440229 or 10191307. OLE color: 10191307.
HSL color Cylindrical-coordinate representation of color #CB819B: hue angle of 338.92º degrees, saturation: 0.42, 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 #CB819B is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 129 | 155 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.20 |
| HSL | 338.92º | 0.42% | 0.65% | - |
| HSV(B) | 338.92º | 0.36% | 0.8% | - |
| XYZ | 38.4 | 30.76 | 34.92 | - |
| YUV | 154.09 | 128.52 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 155 | 0 | 0.36 | 0.24 | 0.20 | 338.92 | 0.42 | 0.65 |
| Hex | CB | 81 | 9B | 0 | 24 | 18 | 14 | 153 | 2A | 41 |
| Octal | 313 | 201 | 233 | 0 | 44 | 30 | 24 | 523 | 52 | 101 |
| Binary | 11001011 | 10000001 | 10011011 | 0 | 100100 | 11000 | 10100 | 101010011 | 101010 | 1000001 |
Color Harmonies of #CB819B
Complementary color
Monochromatic Colors of #CB819B
Black with #CB819B
Text Example
Text Example
White with #CB819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB819B; }
p { color: rgb(203,129,155); }
H1.HeaderClassName
{
color: #CB819B;
}
.AnyTagClassName
{
color: #CB819B;
}
</style>
background-color css
<style>
a { background-color: #CB819B; }
a { background-color: rgb(203,129,155); }
div.DivClassName
{
background-color: #CB819B;
}
.BgClassName
{
background-color: #CB819B;
}
</style>
border-color css
<style>
span { border-color: #CB819B; }
span { border-color: rgb(203,129,155); }
td.TdClassName
{
border-color: #CB819B;
}
.TagClassName
{
border-color: #CB819B;
}
</style>