Shades of Puce #CB8A9F
Tints of Puce #CB8A9F
RGB
CMYK
RGB Variations
Color information
#CB8A9F (or 0xCB8A9F) is known color: Puce. HEX triplet: CB, 8A and 9F. RGB value is (203,138,159). Sum of RGB (Red+Green+Blue) = 203+138+159=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8A9F is #347560. Grayscale: #9F9F9F. Windows color (decimal): -3437921 or 10455755. OLE color: 10455755.
HSL color Cylindrical-coordinate representation of color #CB8A9F: hue angle of 340.62º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB8A9F is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 159 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.20 |
| HSL | 340.62º | 0.38% | 0.67% | - |
| HSV(B) | 340.62º | 0.32% | 0.8% | - |
| XYZ | 39.98 | 33.38 | 37.14 | - |
| YUV | 159.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 159 | 0 | 0.32 | 0.22 | 0.20 | 340.62 | 0.38 | 0.67 |
| Hex | CB | 8A | 9F | 0 | 20 | 16 | 14 | 155 | 26 | 43 |
| Octal | 313 | 212 | 237 | 0 | 40 | 26 | 24 | 525 | 46 | 103 |
| Binary | 11001011 | 10001010 | 10011111 | 0 | 100000 | 10110 | 10100 | 101010101 | 100110 | 1000011 |
Color Harmonies of #CB8A9F
Complementary color
Monochromatic Colors of #CB8A9F
Black with #CB8A9F
Text Example
Text Example
White with #CB8A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8A9F; }
p { color: rgb(203,138,159); }
H1.HeaderClassName
{
color: #CB8A9F;
}
.AnyTagClassName
{
color: #CB8A9F;
}
</style>
background-color css
<style>
a { background-color: #CB8A9F; }
a { background-color: rgb(203,138,159); }
div.DivClassName
{
background-color: #CB8A9F;
}
.BgClassName
{
background-color: #CB8A9F;
}
</style>
border-color css
<style>
span { border-color: #CB8A9F; }
span { border-color: rgb(203,138,159); }
td.TdClassName
{
border-color: #CB8A9F;
}
.TagClassName
{
border-color: #CB8A9F;
}
</style>