Shades of Puce #CB84A0
Tints of Puce #CB84A0
RGB
CMYK
RGB Variations
Color information
#CB84A0 (or 0xCB84A0) is known color: Puce. HEX triplet: CB, 84 and A0. RGB value is (203,132,160). Sum of RGB (Red+Green+Blue) = 203+132+160=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB84A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB84A0 is #347B5F. Grayscale: #9C9C9C. Windows color (decimal): -3439456 or 10519755. OLE color: 10519755.
HSL color Cylindrical-coordinate representation of color #CB84A0: hue angle of 336.34º 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 #CB84A0 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 160 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.20 |
| HSL | 336.34º | 0.41% | 0.66% | - |
| HSV(B) | 336.34º | 0.35% | 0.8% | - |
| XYZ | 39.23 | 31.74 | 37.32 | - |
| YUV | 156.42 | 130.02 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 160 | 0 | 0.35 | 0.21 | 0.20 | 336.34 | 0.41 | 0.66 |
| Hex | CB | 84 | A0 | 0 | 23 | 15 | 14 | 150 | 29 | 42 |
| Octal | 313 | 204 | 240 | 0 | 43 | 25 | 24 | 520 | 51 | 102 |
| Binary | 11001011 | 10000100 | 10100000 | 0 | 100011 | 10101 | 10100 | 101010000 | 101001 | 1000010 |
Color Harmonies of #CB84A0
Complementary color
Monochromatic Colors of #CB84A0
Black with #CB84A0
Text Example
Text Example
White with #CB84A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB84A0; }
p { color: rgb(203,132,160); }
H1.HeaderClassName
{
color: #CB84A0;
}
.AnyTagClassName
{
color: #CB84A0;
}
</style>
background-color css
<style>
a { background-color: #CB84A0; }
a { background-color: rgb(203,132,160); }
div.DivClassName
{
background-color: #CB84A0;
}
.BgClassName
{
background-color: #CB84A0;
}
</style>
border-color css
<style>
span { border-color: #CB84A0; }
span { border-color: rgb(203,132,160); }
td.TdClassName
{
border-color: #CB84A0;
}
.TagClassName
{
border-color: #CB84A0;
}
</style>