Shades of Puce #CB8B9A
Tints of Puce #CB8B9A
RGB
CMYK
RGB Variations
Color information
#CB8B9A (or 0xCB8B9A) is known color: Puce. HEX triplet: CB, 8B and 9A. RGB value is (203,139,154). Sum of RGB (Red+Green+Blue) = 203+139+154=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 154 (60.55% from 255 or 31.05% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8B9A is #347465. Grayscale: #9F9F9F. Windows color (decimal): -3437670 or 10128331. OLE color: 10128331.
HSL color Cylindrical-coordinate representation of color #CB8B9A: hue angle of 345.94º 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 #CB8B9A is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 154 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.20 |
| HSL | 345.94º | 0.38% | 0.67% | - |
| HSV(B) | 345.94º | 0.32% | 0.8% | - |
| XYZ | 39.69 | 33.49 | 34.94 | - |
| YUV | 159.85 | 124.7 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 154 | 0 | 0.32 | 0.24 | 0.20 | 345.94 | 0.38 | 0.67 |
| Hex | CB | 8B | 9A | 0 | 20 | 18 | 14 | 15A | 26 | 43 |
| Octal | 313 | 213 | 232 | 0 | 40 | 30 | 24 | 532 | 46 | 103 |
| Binary | 11001011 | 10001011 | 10011010 | 0 | 100000 | 11000 | 10100 | 101011010 | 100110 | 1000011 |
Color Harmonies of #CB8B9A
Complementary color
Monochromatic Colors of #CB8B9A
Black with #CB8B9A
Text Example
Text Example
White with #CB8B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8B9A; }
p { color: rgb(203,139,154); }
H1.HeaderClassName
{
color: #CB8B9A;
}
.AnyTagClassName
{
color: #CB8B9A;
}
</style>
background-color css
<style>
a { background-color: #CB8B9A; }
a { background-color: rgb(203,139,154); }
div.DivClassName
{
background-color: #CB8B9A;
}
.BgClassName
{
background-color: #CB8B9A;
}
</style>
border-color css
<style>
span { border-color: #CB8B9A; }
span { border-color: rgb(203,139,154); }
td.TdClassName
{
border-color: #CB8B9A;
}
.TagClassName
{
border-color: #CB8B9A;
}
</style>