Shades of Puce #CB849B
Tints of Puce #CB849B
RGB
CMYK
RGB Variations
Color information
#CB849B (or 0xCB849B) is known color: Puce. HEX triplet: CB, 84 and 9B. RGB value is (203,132,155). Sum of RGB (Red+Green+Blue) = 203+132+155=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB849B is #347B64. Grayscale: #9B9B9B. Windows color (decimal): -3439461 or 10192075. OLE color: 10192075.
HSL color Cylindrical-coordinate representation of color #CB849B: hue angle of 340.56º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB849B is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 155 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.20 |
| HSL | 340.56º | 0.41% | 0.66% | - |
| HSV(B) | 340.56º | 0.35% | 0.8% | - |
| XYZ | 38.8 | 31.57 | 35.06 | - |
| YUV | 155.85 | 127.52 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 155 | 0 | 0.35 | 0.24 | 0.20 | 340.56 | 0.41 | 0.66 |
| Hex | CB | 84 | 9B | 0 | 23 | 18 | 14 | 155 | 29 | 42 |
| Octal | 313 | 204 | 233 | 0 | 43 | 30 | 24 | 525 | 51 | 102 |
| Binary | 11001011 | 10000100 | 10011011 | 0 | 100011 | 11000 | 10100 | 101010101 | 101001 | 1000010 |
Color Harmonies of #CB849B
Complementary color
Monochromatic Colors of #CB849B
Black with #CB849B
Text Example
Text Example
White with #CB849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB849B; }
p { color: rgb(203,132,155); }
H1.HeaderClassName
{
color: #CB849B;
}
.AnyTagClassName
{
color: #CB849B;
}
</style>
background-color css
<style>
a { background-color: #CB849B; }
a { background-color: rgb(203,132,155); }
div.DivClassName
{
background-color: #CB849B;
}
.BgClassName
{
background-color: #CB849B;
}
</style>
border-color css
<style>
span { border-color: #CB849B; }
span { border-color: rgb(203,132,155); }
td.TdClassName
{
border-color: #CB849B;
}
.TagClassName
{
border-color: #CB849B;
}
</style>