Shades of Puce #CB83A2
Tints of Puce #CB83A2
RGB
CMYK
RGB Variations
Color information
#CB83A2 (or 0xCB83A2) is known color: Puce. HEX triplet: CB, 83 and A2. RGB value is (203,131,162). Sum of RGB (Red+Green+Blue) = 203+131+162=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB83A2 is #347C5D. Grayscale: #9C9C9C. Windows color (decimal): -3439710 or 10650571. OLE color: 10650571.
HSL color Cylindrical-coordinate representation of color #CB83A2: hue angle of 334.17º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB83A2 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 162 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.20 |
| HSL | 334.17º | 0.41% | 0.65% | - |
| HSV(B) | 334.17º | 0.35% | 0.8% | - |
| XYZ | 39.27 | 31.54 | 38.2 | - |
| YUV | 156.06 | 131.35 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 162 | 0 | 0.35 | 0.20 | 0.20 | 334.17 | 0.41 | 0.65 |
| Hex | CB | 83 | A2 | 0 | 23 | 14 | 14 | 14E | 29 | 41 |
| Octal | 313 | 203 | 242 | 0 | 43 | 24 | 24 | 516 | 51 | 101 |
| Binary | 11001011 | 10000011 | 10100010 | 0 | 100011 | 10100 | 10100 | 101001110 | 101001 | 1000001 |
Color Harmonies of #CB83A2
Complementary color
Monochromatic Colors of #CB83A2
Black with #CB83A2
Text Example
Text Example
White with #CB83A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB83A2; }
p { color: rgb(203,131,162); }
H1.HeaderClassName
{
color: #CB83A2;
}
.AnyTagClassName
{
color: #CB83A2;
}
</style>
background-color css
<style>
a { background-color: #CB83A2; }
a { background-color: rgb(203,131,162); }
div.DivClassName
{
background-color: #CB83A2;
}
.BgClassName
{
background-color: #CB83A2;
}
</style>
border-color css
<style>
span { border-color: #CB83A2; }
span { border-color: rgb(203,131,162); }
td.TdClassName
{
border-color: #CB83A2;
}
.TagClassName
{
border-color: #CB83A2;
}
</style>