Shades of Puce #CB7E9D
Tints of Puce #CB7E9D
RGB
CMYK
RGB Variations
Color information
#CB7E9D (or 0xCB7E9D) is known color: Puce. HEX triplet: CB, 7E and 9D. RGB value is (203,126,157). Sum of RGB (Red+Green+Blue) = 203+126+157=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7E9D is #348162. Grayscale: #989898. Windows color (decimal): -3440995 or 10321611. OLE color: 10321611.
HSL color Cylindrical-coordinate representation of color #CB7E9D: hue angle of 335.84º 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 #CB7E9D is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 126 | 157 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.20 |
| HSL | 335.84º | 0.43% | 0.65% | - |
| HSV(B) | 335.84º | 0.38% | 0.8% | - |
| XYZ | 38.18 | 30.05 | 35.69 | - |
| YUV | 152.56 | 130.51 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 157 | 0 | 0.38 | 0.23 | 0.20 | 335.84 | 0.43 | 0.65 |
| Hex | CB | 7E | 9D | 0 | 26 | 17 | 14 | 150 | 2B | 41 |
| Octal | 313 | 176 | 235 | 0 | 46 | 27 | 24 | 520 | 53 | 101 |
| Binary | 11001011 | 1111110 | 10011101 | 0 | 100110 | 10111 | 10100 | 101010000 | 101011 | 1000001 |
Color Harmonies of #CB7E9D
Complementary color
Monochromatic Colors of #CB7E9D
Black with #CB7E9D
Text Example
Text Example
White with #CB7E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7E9D; }
p { color: rgb(203,126,157); }
H1.HeaderClassName
{
color: #CB7E9D;
}
.AnyTagClassName
{
color: #CB7E9D;
}
</style>
background-color css
<style>
a { background-color: #CB7E9D; }
a { background-color: rgb(203,126,157); }
div.DivClassName
{
background-color: #CB7E9D;
}
.BgClassName
{
background-color: #CB7E9D;
}
</style>
border-color css
<style>
span { border-color: #CB7E9D; }
span { border-color: rgb(203,126,157); }
td.TdClassName
{
border-color: #CB7E9D;
}
.TagClassName
{
border-color: #CB7E9D;
}
</style>