Shades of Puce #CB7F9B
Tints of Puce #CB7F9B
RGB
CMYK
RGB Variations
Color information
#CB7F9B (or 0xCB7F9B) is known color: Puce. HEX triplet: CB, 7F and 9B. RGB value is (203,127,155). Sum of RGB (Red+Green+Blue) = 203+127+155=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7F9B is #348064. Grayscale: #989898. Windows color (decimal): -3440741 or 10190795. OLE color: 10190795.
HSL color Cylindrical-coordinate representation of color #CB7F9B: hue angle of 337.89º 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 #CB7F9B is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 155 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.20 |
| HSL | 337.89º | 0.42% | 0.65% | - |
| HSV(B) | 337.89º | 0.37% | 0.8% | - |
| XYZ | 38.13 | 30.24 | 34.84 | - |
| YUV | 152.92 | 129.18 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 155 | 0 | 0.37 | 0.24 | 0.20 | 337.89 | 0.42 | 0.65 |
| Hex | CB | 7F | 9B | 0 | 25 | 18 | 14 | 152 | 2A | 41 |
| Octal | 313 | 177 | 233 | 0 | 45 | 30 | 24 | 522 | 52 | 101 |
| Binary | 11001011 | 1111111 | 10011011 | 0 | 100101 | 11000 | 10100 | 101010010 | 101010 | 1000001 |
Color Harmonies of #CB7F9B
Complementary color
Monochromatic Colors of #CB7F9B
Black with #CB7F9B
Text Example
Text Example
White with #CB7F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7F9B; }
p { color: rgb(203,127,155); }
H1.HeaderClassName
{
color: #CB7F9B;
}
.AnyTagClassName
{
color: #CB7F9B;
}
</style>
background-color css
<style>
a { background-color: #CB7F9B; }
a { background-color: rgb(203,127,155); }
div.DivClassName
{
background-color: #CB7F9B;
}
.BgClassName
{
background-color: #CB7F9B;
}
</style>
border-color css
<style>
span { border-color: #CB7F9B; }
span { border-color: rgb(203,127,155); }
td.TdClassName
{
border-color: #CB7F9B;
}
.TagClassName
{
border-color: #CB7F9B;
}
</style>