Shades of Puce #CB8B90
Tints of Puce #CB8B90
RGB
CMYK
RGB Variations
Color information
#CB8B90 (or 0xCB8B90) is known color: Puce. HEX triplet: CB, 8B and 90. RGB value is (203,139,144). Sum of RGB (Red+Green+Blue) = 203+139+144=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8B90 is #34746F. Grayscale: #9E9E9E. Windows color (decimal): -3437680 or 9472971. OLE color: 9472971.
HSL color Cylindrical-coordinate representation of color #CB8B90: hue angle of 355.31º 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 #CB8B90 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 144 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.20 |
| HSL | 355.31º | 0.38% | 0.67% | - |
| HSV(B) | 355.31º | 0.32% | 0.8% | - |
| XYZ | 38.9 | 33.18 | 30.74 | - |
| YUV | 158.71 | 119.7 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 144 | 0 | 0.32 | 0.29 | 0.20 | 355.31 | 0.38 | 0.67 |
| Hex | CB | 8B | 90 | 0 | 20 | 1D | 14 | 163 | 26 | 43 |
| Octal | 313 | 213 | 220 | 0 | 40 | 35 | 24 | 543 | 46 | 103 |
| Binary | 11001011 | 10001011 | 10010000 | 0 | 100000 | 11101 | 10100 | 101100011 | 100110 | 1000011 |
Color Harmonies of #CB8B90
Complementary color
Monochromatic Colors of #CB8B90
Black with #CB8B90
Text Example
Text Example
White with #CB8B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8B90; }
p { color: rgb(203,139,144); }
H1.HeaderClassName
{
color: #CB8B90;
}
.AnyTagClassName
{
color: #CB8B90;
}
</style>
background-color css
<style>
a { background-color: #CB8B90; }
a { background-color: rgb(203,139,144); }
div.DivClassName
{
background-color: #CB8B90;
}
.BgClassName
{
background-color: #CB8B90;
}
</style>
border-color css
<style>
span { border-color: #CB8B90; }
span { border-color: rgb(203,139,144); }
td.TdClassName
{
border-color: #CB8B90;
}
.TagClassName
{
border-color: #CB8B90;
}
</style>