Shades of Puce #CB7F9F
Tints of Puce #CB7F9F
RGB
CMYK
RGB Variations
Color information
#CB7F9F (or 0xCB7F9F) is known color: Puce. HEX triplet: CB, 7F and 9F. RGB value is (203,127,159). Sum of RGB (Red+Green+Blue) = 203+127+159=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7F9F is #348060. Grayscale: #999999. Windows color (decimal): -3440737 or 10452939. OLE color: 10452939.
HSL color Cylindrical-coordinate representation of color #CB7F9F: hue angle of 334.74º 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 #CB7F9F is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 159 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.20 |
| HSL | 334.74º | 0.42% | 0.65% | - |
| HSV(B) | 334.74º | 0.37% | 0.8% | - |
| XYZ | 38.48 | 30.38 | 36.64 | - |
| YUV | 153.37 | 131.18 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 159 | 0 | 0.37 | 0.22 | 0.20 | 334.74 | 0.42 | 0.65 |
| Hex | CB | 7F | 9F | 0 | 25 | 16 | 14 | 14F | 2A | 41 |
| Octal | 313 | 177 | 237 | 0 | 45 | 26 | 24 | 517 | 52 | 101 |
| Binary | 11001011 | 1111111 | 10011111 | 0 | 100101 | 10110 | 10100 | 101001111 | 101010 | 1000001 |
Color Harmonies of #CB7F9F
Complementary color
Monochromatic Colors of #CB7F9F
Black with #CB7F9F
Text Example
Text Example
White with #CB7F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7F9F; }
p { color: rgb(203,127,159); }
H1.HeaderClassName
{
color: #CB7F9F;
}
.AnyTagClassName
{
color: #CB7F9F;
}
</style>
background-color css
<style>
a { background-color: #CB7F9F; }
a { background-color: rgb(203,127,159); }
div.DivClassName
{
background-color: #CB7F9F;
}
.BgClassName
{
background-color: #CB7F9F;
}
</style>
border-color css
<style>
span { border-color: #CB7F9F; }
span { border-color: rgb(203,127,159); }
td.TdClassName
{
border-color: #CB7F9F;
}
.TagClassName
{
border-color: #CB7F9F;
}
</style>