Shades of Puce #CB7FA1
Tints of Puce #CB7FA1
RGB
CMYK
RGB Variations
Color information
#CB7FA1 (or 0xCB7FA1) is known color: Puce. HEX triplet: CB, 7F and A1. RGB value is (203,127,161). Sum of RGB (Red+Green+Blue) = 203+127+161=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7FA1 is #34805E. Grayscale: #999999. Windows color (decimal): -3440735 or 10584011. OLE color: 10584011.
HSL color Cylindrical-coordinate representation of color #CB7FA1: hue angle of 333.16º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB7FA1 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 161 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.20 |
| HSL | 333.16º | 0.42% | 0.65% | - |
| HSV(B) | 333.16º | 0.37% | 0.8% | - |
| XYZ | 38.65 | 30.45 | 37.56 | - |
| YUV | 153.6 | 132.18 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 161 | 0 | 0.37 | 0.21 | 0.20 | 333.16 | 0.42 | 0.65 |
| Hex | CB | 7F | A1 | 0 | 25 | 15 | 14 | 14D | 2A | 41 |
| Octal | 313 | 177 | 241 | 0 | 45 | 25 | 24 | 515 | 52 | 101 |
| Binary | 11001011 | 1111111 | 10100001 | 0 | 100101 | 10101 | 10100 | 101001101 | 101010 | 1000001 |
Color Harmonies of #CB7FA1
Complementary color
Monochromatic Colors of #CB7FA1
Black with #CB7FA1
Text Example
Text Example
White with #CB7FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7FA1; }
p { color: rgb(203,127,161); }
H1.HeaderClassName
{
color: #CB7FA1;
}
.AnyTagClassName
{
color: #CB7FA1;
}
</style>
background-color css
<style>
a { background-color: #CB7FA1; }
a { background-color: rgb(203,127,161); }
div.DivClassName
{
background-color: #CB7FA1;
}
.BgClassName
{
background-color: #CB7FA1;
}
</style>
border-color css
<style>
span { border-color: #CB7FA1; }
span { border-color: rgb(203,127,161); }
td.TdClassName
{
border-color: #CB7FA1;
}
.TagClassName
{
border-color: #CB7FA1;
}
</style>