Shades of Puce #CB83A7
Tints of Puce #CB83A7
RGB
CMYK
RGB Variations
Color information
#CB83A7 (or 0xCB83A7) is known color: Puce. HEX triplet: CB, 83 and A7. RGB value is (203,131,167). Sum of RGB (Red+Green+Blue) = 203+131+167=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 167 (65.62% from 255 or 33.33% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB83A7 is #347C58. Grayscale: #9C9C9C. Windows color (decimal): -3439705 or 10978251. OLE color: 10978251.
HSL color Cylindrical-coordinate representation of color #CB83A7: hue angle of 330º 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 #CB83A7 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 167 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.20 |
| HSL | 330º | 0.41% | 0.65% | - |
| HSV(B) | 330º | 0.35% | 0.8% | - |
| XYZ | 39.72 | 31.72 | 40.59 | - |
| YUV | 156.63 | 133.85 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 167 | 0 | 0.35 | 0.18 | 0.20 | 330 | 0.41 | 0.65 |
| Hex | CB | 83 | A7 | 0 | 23 | 12 | 14 | 14A | 29 | 41 |
| Octal | 313 | 203 | 247 | 0 | 43 | 22 | 24 | 512 | 51 | 101 |
| Binary | 11001011 | 10000011 | 10100111 | 0 | 100011 | 10010 | 10100 | 101001010 | 101001 | 1000001 |
Color Harmonies of #CB83A7
Complementary color
Monochromatic Colors of #CB83A7
Black with #CB83A7
Text Example
Text Example
White with #CB83A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB83A7; }
p { color: rgb(203,131,167); }
H1.HeaderClassName
{
color: #CB83A7;
}
.AnyTagClassName
{
color: #CB83A7;
}
</style>
background-color css
<style>
a { background-color: #CB83A7; }
a { background-color: rgb(203,131,167); }
div.DivClassName
{
background-color: #CB83A7;
}
.BgClassName
{
background-color: #CB83A7;
}
</style>
border-color css
<style>
span { border-color: #CB83A7; }
span { border-color: rgb(203,131,167); }
td.TdClassName
{
border-color: #CB83A7;
}
.TagClassName
{
border-color: #CB83A7;
}
</style>