Shades of Puce #CB849C
Tints of Puce #CB849C
RGB
CMYK
RGB Variations
Color information
#CB849C (or 0xCB849C) is known color: Puce. HEX triplet: CB, 84 and 9C. RGB value is (203,132,156). Sum of RGB (Red+Green+Blue) = 203+132+156=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB849C is #347B63. Grayscale: #9B9B9B. Windows color (decimal): -3439460 or 10257611. OLE color: 10257611.
HSL color Cylindrical-coordinate representation of color #CB849C: hue angle of 339.72º 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 #CB849C is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 156 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.20 |
| HSL | 339.72º | 0.41% | 0.66% | - |
| HSV(B) | 339.72º | 0.35% | 0.8% | - |
| XYZ | 38.88 | 31.6 | 35.5 | - |
| YUV | 155.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 156 | 0 | 0.35 | 0.23 | 0.20 | 339.72 | 0.41 | 0.66 |
| Hex | CB | 84 | 9C | 0 | 23 | 17 | 14 | 154 | 29 | 42 |
| Octal | 313 | 204 | 234 | 0 | 43 | 27 | 24 | 524 | 51 | 102 |
| Binary | 11001011 | 10000100 | 10011100 | 0 | 100011 | 10111 | 10100 | 101010100 | 101001 | 1000010 |
Color Harmonies of #CB849C
Complementary color
Monochromatic Colors of #CB849C
Black with #CB849C
Text Example
Text Example
White with #CB849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB849C; }
p { color: rgb(203,132,156); }
H1.HeaderClassName
{
color: #CB849C;
}
.AnyTagClassName
{
color: #CB849C;
}
</style>
background-color css
<style>
a { background-color: #CB849C; }
a { background-color: rgb(203,132,156); }
div.DivClassName
{
background-color: #CB849C;
}
.BgClassName
{
background-color: #CB849C;
}
</style>
border-color css
<style>
span { border-color: #CB849C; }
span { border-color: rgb(203,132,156); }
td.TdClassName
{
border-color: #CB849C;
}
.TagClassName
{
border-color: #CB849C;
}
</style>