Shades of Puce #CB7D9F
Tints of Puce #CB7D9F
RGB
CMYK
RGB Variations
Color information
#CB7D9F (or 0xCB7D9F) is known color: Puce. HEX triplet: CB, 7D and 9F. RGB value is (203,125,159). Sum of RGB (Red+Green+Blue) = 203+125+159=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7D9F is #348260. Grayscale: #989898. Windows color (decimal): -3441249 or 10452427. OLE color: 10452427.
HSL color Cylindrical-coordinate representation of color #CB7D9F: hue angle of 333.85º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB7D9F is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 125 | 159 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.20 |
| HSL | 333.85º | 0.43% | 0.64% | - |
| HSV(B) | 333.85º | 0.38% | 0.8% | - |
| XYZ | 38.22 | 29.87 | 36.55 | - |
| YUV | 152.2 | 131.84 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 159 | 0 | 0.38 | 0.22 | 0.20 | 333.85 | 0.43 | 0.64 |
| Hex | CB | 7D | 9F | 0 | 26 | 16 | 14 | 14E | 2B | 40 |
| Octal | 313 | 175 | 237 | 0 | 46 | 26 | 24 | 516 | 53 | 100 |
| Binary | 11001011 | 1111101 | 10011111 | 0 | 100110 | 10110 | 10100 | 101001110 | 101011 | 1000000 |
Color Harmonies of #CB7D9F
Complementary color
Monochromatic Colors of #CB7D9F
Black with #CB7D9F
Text Example
Text Example
White with #CB7D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7D9F; }
p { color: rgb(203,125,159); }
H1.HeaderClassName
{
color: #CB7D9F;
}
.AnyTagClassName
{
color: #CB7D9F;
}
</style>
background-color css
<style>
a { background-color: #CB7D9F; }
a { background-color: rgb(203,125,159); }
div.DivClassName
{
background-color: #CB7D9F;
}
.BgClassName
{
background-color: #CB7D9F;
}
</style>
border-color css
<style>
span { border-color: #CB7D9F; }
span { border-color: rgb(203,125,159); }
td.TdClassName
{
border-color: #CB7D9F;
}
.TagClassName
{
border-color: #CB7D9F;
}
</style>