Shades of Puce #CB83A0
Tints of Puce #CB83A0
RGB
CMYK
RGB Variations
Color information
#CB83A0 (or 0xCB83A0) is known color: Puce. HEX triplet: CB, 83 and A0. RGB value is (203,131,160). Sum of RGB (Red+Green+Blue) = 203+131+160=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB83A0 is #347C5F. Grayscale: #9B9B9B. Windows color (decimal): -3439712 or 10519499. OLE color: 10519499.
HSL color Cylindrical-coordinate representation of color #CB83A0: hue angle of 335.83º 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 #CB83A0 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 160 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.20 |
| HSL | 335.83º | 0.41% | 0.65% | - |
| HSV(B) | 335.83º | 0.35% | 0.8% | - |
| XYZ | 39.09 | 31.47 | 37.27 | - |
| YUV | 155.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 160 | 0 | 0.35 | 0.21 | 0.20 | 335.83 | 0.41 | 0.65 |
| Hex | CB | 83 | A0 | 0 | 23 | 15 | 14 | 150 | 29 | 41 |
| Octal | 313 | 203 | 240 | 0 | 43 | 25 | 24 | 520 | 51 | 101 |
| Binary | 11001011 | 10000011 | 10100000 | 0 | 100011 | 10101 | 10100 | 101010000 | 101001 | 1000001 |
Color Harmonies of #CB83A0
Complementary color
Monochromatic Colors of #CB83A0
Black with #CB83A0
Text Example
Text Example
White with #CB83A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB83A0; }
p { color: rgb(203,131,160); }
H1.HeaderClassName
{
color: #CB83A0;
}
.AnyTagClassName
{
color: #CB83A0;
}
</style>
background-color css
<style>
a { background-color: #CB83A0; }
a { background-color: rgb(203,131,160); }
div.DivClassName
{
background-color: #CB83A0;
}
.BgClassName
{
background-color: #CB83A0;
}
</style>
border-color css
<style>
span { border-color: #CB83A0; }
span { border-color: rgb(203,131,160); }
td.TdClassName
{
border-color: #CB83A0;
}
.TagClassName
{
border-color: #CB83A0;
}
</style>