Shades of Puce #CB8C95
Tints of Puce #CB8C95
RGB
CMYK
RGB Variations
Color information
#CB8C95 (or 0xCB8C95) is known color: Puce. HEX triplet: CB, 8C and 95. RGB value is (203,140,149). Sum of RGB (Red+Green+Blue) = 203+140+149=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8C95 is #34736A. Grayscale: #9F9F9F. Windows color (decimal): -3437419 or 9800907. OLE color: 9800907.
HSL color Cylindrical-coordinate representation of color #CB8C95: hue angle of 351.43º degrees, saturation: 0.38, 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 #CB8C95 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 140 | 149 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.20 |
| HSL | 351.43º | 0.38% | 0.67% | - |
| HSV(B) | 351.43º | 0.31% | 0.8% | - |
| XYZ | 39.43 | 33.62 | 32.85 | - |
| YUV | 159.86 | 121.87 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 140 | 149 | 0 | 0.31 | 0.27 | 0.20 | 351.43 | 0.38 | 0.67 |
| Hex | CB | 8C | 95 | 0 | 1F | 1B | 14 | 15F | 26 | 43 |
| Octal | 313 | 214 | 225 | 0 | 37 | 33 | 24 | 537 | 46 | 103 |
| Binary | 11001011 | 10001100 | 10010101 | 0 | 11111 | 11011 | 10100 | 101011111 | 100110 | 1000011 |
Color Harmonies of #CB8C95
Complementary color
Monochromatic Colors of #CB8C95
Black with #CB8C95
Text Example
Text Example
White with #CB8C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8C95; }
p { color: rgb(203,140,149); }
H1.HeaderClassName
{
color: #CB8C95;
}
.AnyTagClassName
{
color: #CB8C95;
}
</style>
background-color css
<style>
a { background-color: #CB8C95; }
a { background-color: rgb(203,140,149); }
div.DivClassName
{
background-color: #CB8C95;
}
.BgClassName
{
background-color: #CB8C95;
}
</style>
border-color css
<style>
span { border-color: #CB8C95; }
span { border-color: rgb(203,140,149); }
td.TdClassName
{
border-color: #CB8C95;
}
.TagClassName
{
border-color: #CB8C95;
}
</style>