Shades of Puce #CB7EA1
Tints of Puce #CB7EA1
RGB
CMYK
RGB Variations
Color information
#CB7EA1 (or 0xCB7EA1) is known color: Puce. HEX triplet: CB, 7E and A1. RGB value is (203,126,161). Sum of RGB (Red+Green+Blue) = 203+126+161=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7EA1 is #34815E. Grayscale: #989898. Windows color (decimal): -3440991 or 10583755. OLE color: 10583755.
HSL color Cylindrical-coordinate representation of color #CB7EA1: hue angle of 332.73º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB7EA1 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 126 | 161 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.20 |
| HSL | 332.73º | 0.43% | 0.65% | - |
| HSV(B) | 332.73º | 0.38% | 0.8% | - |
| XYZ | 38.52 | 30.19 | 37.52 | - |
| YUV | 153.01 | 132.51 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 161 | 0 | 0.38 | 0.21 | 0.20 | 332.73 | 0.43 | 0.65 |
| Hex | CB | 7E | A1 | 0 | 26 | 15 | 14 | 14D | 2B | 41 |
| Octal | 313 | 176 | 241 | 0 | 46 | 25 | 24 | 515 | 53 | 101 |
| Binary | 11001011 | 1111110 | 10100001 | 0 | 100110 | 10101 | 10100 | 101001101 | 101011 | 1000001 |
Color Harmonies of #CB7EA1
Complementary color
Monochromatic Colors of #CB7EA1
Black with #CB7EA1
Text Example
Text Example
White with #CB7EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7EA1; }
p { color: rgb(203,126,161); }
H1.HeaderClassName
{
color: #CB7EA1;
}
.AnyTagClassName
{
color: #CB7EA1;
}
</style>
background-color css
<style>
a { background-color: #CB7EA1; }
a { background-color: rgb(203,126,161); }
div.DivClassName
{
background-color: #CB7EA1;
}
.BgClassName
{
background-color: #CB7EA1;
}
</style>
border-color css
<style>
span { border-color: #CB7EA1; }
span { border-color: rgb(203,126,161); }
td.TdClassName
{
border-color: #CB7EA1;
}
.TagClassName
{
border-color: #CB7EA1;
}
</style>