Shades of Puce #CB8D98
Tints of Puce #CB8D98
RGB
CMYK
RGB Variations
Color information
#CB8D98 (or 0xCB8D98) is known color: Puce. HEX triplet: CB, 8D and 98. RGB value is (203,141,152). Sum of RGB (Red+Green+Blue) = 203+141+152=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8D98 is #347267. Grayscale: #A0A0A0. Windows color (decimal): -3437160 or 9997771. OLE color: 9997771.
HSL color Cylindrical-coordinate representation of color #CB8D98: hue angle of 349.35º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB8D98 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 152 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.20 |
| HSL | 349.35º | 0.37% | 0.67% | - |
| HSV(B) | 349.35º | 0.31% | 0.8% | - |
| XYZ | 39.82 | 34.01 | 34.17 | - |
| YUV | 160.79 | 123.04 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 152 | 0 | 0.31 | 0.25 | 0.20 | 349.35 | 0.37 | 0.67 |
| Hex | CB | 8D | 98 | 0 | 1F | 19 | 14 | 15D | 25 | 43 |
| Octal | 313 | 215 | 230 | 0 | 37 | 31 | 24 | 535 | 45 | 103 |
| Binary | 11001011 | 10001101 | 10011000 | 0 | 11111 | 11001 | 10100 | 101011101 | 100101 | 1000011 |
Color Harmonies of #CB8D98
Complementary color
Monochromatic Colors of #CB8D98
Black with #CB8D98
Text Example
Text Example
White with #CB8D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8D98; }
p { color: rgb(203,141,152); }
H1.HeaderClassName
{
color: #CB8D98;
}
.AnyTagClassName
{
color: #CB8D98;
}
</style>
background-color css
<style>
a { background-color: #CB8D98; }
a { background-color: rgb(203,141,152); }
div.DivClassName
{
background-color: #CB8D98;
}
.BgClassName
{
background-color: #CB8D98;
}
</style>
border-color css
<style>
span { border-color: #CB8D98; }
span { border-color: rgb(203,141,152); }
td.TdClassName
{
border-color: #CB8D98;
}
.TagClassName
{
border-color: #CB8D98;
}
</style>