Shades of Puce #CB8D9A
Tints of Puce #CB8D9A
RGB
CMYK
RGB Variations
Color information
#CB8D9A (or 0xCB8D9A) is known color: Puce. HEX triplet: CB, 8D and 9A. RGB value is (203,141,154). Sum of RGB (Red+Green+Blue) = 203+141+154=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8D9A is #347265. Grayscale: #A1A1A1. Windows color (decimal): -3437158 or 10128843. OLE color: 10128843.
HSL color Cylindrical-coordinate representation of color #CB8D9A: hue angle of 347.42º 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 #CB8D9A is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 154 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.20 |
| HSL | 347.42º | 0.37% | 0.67% | - |
| HSV(B) | 347.42º | 0.31% | 0.8% | - |
| XYZ | 39.99 | 34.08 | 35.04 | - |
| YUV | 161.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 154 | 0 | 0.31 | 0.24 | 0.20 | 347.42 | 0.37 | 0.67 |
| Hex | CB | 8D | 9A | 0 | 1F | 18 | 14 | 15B | 25 | 43 |
| Octal | 313 | 215 | 232 | 0 | 37 | 30 | 24 | 533 | 45 | 103 |
| Binary | 11001011 | 10001101 | 10011010 | 0 | 11111 | 11000 | 10100 | 101011011 | 100101 | 1000011 |
Color Harmonies of #CB8D9A
Complementary color
Monochromatic Colors of #CB8D9A
Black with #CB8D9A
Text Example
Text Example
White with #CB8D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8D9A; }
p { color: rgb(203,141,154); }
H1.HeaderClassName
{
color: #CB8D9A;
}
.AnyTagClassName
{
color: #CB8D9A;
}
</style>
background-color css
<style>
a { background-color: #CB8D9A; }
a { background-color: rgb(203,141,154); }
div.DivClassName
{
background-color: #CB8D9A;
}
.BgClassName
{
background-color: #CB8D9A;
}
</style>
border-color css
<style>
span { border-color: #CB8D9A; }
span { border-color: rgb(203,141,154); }
td.TdClassName
{
border-color: #CB8D9A;
}
.TagClassName
{
border-color: #CB8D9A;
}
</style>