Shades of Puce #CB849D
Tints of Puce #CB849D
RGB
CMYK
RGB Variations
Color information
#CB849D (or 0xCB849D) is known color: Puce. HEX triplet: CB, 84 and 9D. RGB value is (203,132,157). Sum of RGB (Red+Green+Blue) = 203+132+157=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB849D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB849D is #347B62. Grayscale: #9C9C9C. Windows color (decimal): -3439459 or 10323147. OLE color: 10323147.
HSL color Cylindrical-coordinate representation of color #CB849D: hue angle of 338.87º 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 #CB849D is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 157 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.20 |
| HSL | 338.87º | 0.41% | 0.66% | - |
| HSV(B) | 338.87º | 0.35% | 0.8% | - |
| XYZ | 38.97 | 31.63 | 35.95 | - |
| YUV | 156.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 157 | 0 | 0.35 | 0.23 | 0.20 | 338.87 | 0.41 | 0.66 |
| Hex | CB | 84 | 9D | 0 | 23 | 17 | 14 | 153 | 29 | 42 |
| Octal | 313 | 204 | 235 | 0 | 43 | 27 | 24 | 523 | 51 | 102 |
| Binary | 11001011 | 10000100 | 10011101 | 0 | 100011 | 10111 | 10100 | 101010011 | 101001 | 1000010 |
Color Harmonies of #CB849D
Complementary color
Monochromatic Colors of #CB849D
Black with #CB849D
Text Example
Text Example
White with #CB849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB849D; }
p { color: rgb(203,132,157); }
H1.HeaderClassName
{
color: #CB849D;
}
.AnyTagClassName
{
color: #CB849D;
}
</style>
background-color css
<style>
a { background-color: #CB849D; }
a { background-color: rgb(203,132,157); }
div.DivClassName
{
background-color: #CB849D;
}
.BgClassName
{
background-color: #CB849D;
}
</style>
border-color css
<style>
span { border-color: #CB849D; }
span { border-color: rgb(203,132,157); }
td.TdClassName
{
border-color: #CB849D;
}
.TagClassName
{
border-color: #CB849D;
}
</style>