Shades of Puce #CB7F99
Tints of Puce #CB7F99
RGB
CMYK
RGB Variations
Color information
#CB7F99 (or 0xCB7F99) is known color: Puce. HEX triplet: CB, 7F and 99. RGB value is (203,127,153). Sum of RGB (Red+Green+Blue) = 203+127+153=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7F99 is #348066. Grayscale: #989898. Windows color (decimal): -3440743 or 10059723. OLE color: 10059723.
HSL color Cylindrical-coordinate representation of color #CB7F99: hue angle of 339.47º 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 #CB7F99 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 153 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.20 |
| HSL | 339.47º | 0.42% | 0.65% | - |
| HSV(B) | 339.47º | 0.37% | 0.8% | - |
| XYZ | 37.97 | 30.18 | 33.96 | - |
| YUV | 152.69 | 128.18 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 153 | 0 | 0.37 | 0.25 | 0.20 | 339.47 | 0.42 | 0.65 |
| Hex | CB | 7F | 99 | 0 | 25 | 19 | 14 | 153 | 2A | 41 |
| Octal | 313 | 177 | 231 | 0 | 45 | 31 | 24 | 523 | 52 | 101 |
| Binary | 11001011 | 1111111 | 10011001 | 0 | 100101 | 11001 | 10100 | 101010011 | 101010 | 1000001 |
Color Harmonies of #CB7F99
Complementary color
Monochromatic Colors of #CB7F99
Black with #CB7F99
Text Example
Text Example
White with #CB7F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7F99; }
p { color: rgb(203,127,153); }
H1.HeaderClassName
{
color: #CB7F99;
}
.AnyTagClassName
{
color: #CB7F99;
}
</style>
background-color css
<style>
a { background-color: #CB7F99; }
a { background-color: rgb(203,127,153); }
div.DivClassName
{
background-color: #CB7F99;
}
.BgClassName
{
background-color: #CB7F99;
}
</style>
border-color css
<style>
span { border-color: #CB7F99; }
span { border-color: rgb(203,127,153); }
td.TdClassName
{
border-color: #CB7F99;
}
.TagClassName
{
border-color: #CB7F99;
}
</style>