Shades of Puce #CB8D93
Tints of Puce #CB8D93
RGB
CMYK
RGB Variations
Color information
#CB8D93 (or 0xCB8D93) is known color: Puce. HEX triplet: CB, 8D and 93. RGB value is (203,141,147). Sum of RGB (Red+Green+Blue) = 203+141+147=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8D93 is #34726C. Grayscale: #A0A0A0. Windows color (decimal): -3437165 or 9670091. OLE color: 9670091.
HSL color Cylindrical-coordinate representation of color #CB8D93: hue angle of 354.19º 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 #CB8D93 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 147 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.20 |
| HSL | 354.19º | 0.37% | 0.67% | - |
| HSV(B) | 354.19º | 0.31% | 0.8% | - |
| XYZ | 39.42 | 33.85 | 32.06 | - |
| YUV | 160.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 147 | 0 | 0.31 | 0.28 | 0.20 | 354.19 | 0.37 | 0.67 |
| Hex | CB | 8D | 93 | 0 | 1F | 1C | 14 | 162 | 25 | 43 |
| Octal | 313 | 215 | 223 | 0 | 37 | 34 | 24 | 542 | 45 | 103 |
| Binary | 11001011 | 10001101 | 10010011 | 0 | 11111 | 11100 | 10100 | 101100010 | 100101 | 1000011 |
Color Harmonies of #CB8D93
Complementary color
Monochromatic Colors of #CB8D93
Black with #CB8D93
Text Example
Text Example
White with #CB8D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8D93; }
p { color: rgb(203,141,147); }
H1.HeaderClassName
{
color: #CB8D93;
}
.AnyTagClassName
{
color: #CB8D93;
}
</style>
background-color css
<style>
a { background-color: #CB8D93; }
a { background-color: rgb(203,141,147); }
div.DivClassName
{
background-color: #CB8D93;
}
.BgClassName
{
background-color: #CB8D93;
}
</style>
border-color css
<style>
span { border-color: #CB8D93; }
span { border-color: rgb(203,141,147); }
td.TdClassName
{
border-color: #CB8D93;
}
.TagClassName
{
border-color: #CB8D93;
}
</style>