Shades of Puce #CB84A2
Tints of Puce #CB84A2
RGB
CMYK
RGB Variations
Color information
#CB84A2 (or 0xCB84A2) is known color: Puce. HEX triplet: CB, 84 and A2. RGB value is (203,132,162). Sum of RGB (Red+Green+Blue) = 203+132+162=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CB84A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB84A2 is #347B5D. Grayscale: #9C9C9C. Windows color (decimal): -3439454 or 10650827. OLE color: 10650827.
HSL color Cylindrical-coordinate representation of color #CB84A2: hue angle of 334.65º 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 #CB84A2 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 162 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.20 |
| HSL | 334.65º | 0.41% | 0.66% | - |
| HSV(B) | 334.65º | 0.35% | 0.8% | - |
| XYZ | 39.4 | 31.81 | 38.25 | - |
| YUV | 156.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 162 | 0 | 0.35 | 0.20 | 0.20 | 334.65 | 0.41 | 0.66 |
| Hex | CB | 84 | A2 | 0 | 23 | 14 | 14 | 14F | 29 | 42 |
| Octal | 313 | 204 | 242 | 0 | 43 | 24 | 24 | 517 | 51 | 102 |
| Binary | 11001011 | 10000100 | 10100010 | 0 | 100011 | 10100 | 10100 | 101001111 | 101001 | 1000010 |
Color Harmonies of #CB84A2
Complementary color
Monochromatic Colors of #CB84A2
Black with #CB84A2
Text Example
Text Example
White with #CB84A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB84A2; }
p { color: rgb(203,132,162); }
H1.HeaderClassName
{
color: #CB84A2;
}
.AnyTagClassName
{
color: #CB84A2;
}
</style>
background-color css
<style>
a { background-color: #CB84A2; }
a { background-color: rgb(203,132,162); }
div.DivClassName
{
background-color: #CB84A2;
}
.BgClassName
{
background-color: #CB84A2;
}
</style>
border-color css
<style>
span { border-color: #CB84A2; }
span { border-color: rgb(203,132,162); }
td.TdClassName
{
border-color: #CB84A2;
}
.TagClassName
{
border-color: #CB84A2;
}
</style>