Shades of Puce #CB8992
Tints of Puce #CB8992
RGB
CMYK
RGB Variations
Color information
#CB8992 (or 0xCB8992) is known color: Puce. HEX triplet: CB, 89 and 92. RGB value is (203,137,146). Sum of RGB (Red+Green+Blue) = 203+137+146=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8992 is #34766D. Grayscale: #9D9D9D. Windows color (decimal): -3438190 or 9603531. OLE color: 9603531.
HSL color Cylindrical-coordinate representation of color #CB8992: hue angle of 351.82º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB8992 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 146 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.20 |
| HSL | 351.82º | 0.39% | 0.67% | - |
| HSV(B) | 351.82º | 0.33% | 0.8% | - |
| XYZ | 38.76 | 32.66 | 31.46 | - |
| YUV | 157.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 146 | 0 | 0.33 | 0.28 | 0.20 | 351.82 | 0.39 | 0.67 |
| Hex | CB | 89 | 92 | 0 | 21 | 1C | 14 | 160 | 27 | 43 |
| Octal | 313 | 211 | 222 | 0 | 41 | 34 | 24 | 540 | 47 | 103 |
| Binary | 11001011 | 10001001 | 10010010 | 0 | 100001 | 11100 | 10100 | 101100000 | 100111 | 1000011 |
Color Harmonies of #CB8992
Complementary color
Monochromatic Colors of #CB8992
Black with #CB8992
Text Example
Text Example
White with #CB8992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8992; }
p { color: rgb(203,137,146); }
H1.HeaderClassName
{
color: #CB8992;
}
.AnyTagClassName
{
color: #CB8992;
}
</style>
background-color css
<style>
a { background-color: #CB8992; }
a { background-color: rgb(203,137,146); }
div.DivClassName
{
background-color: #CB8992;
}
.BgClassName
{
background-color: #CB8992;
}
</style>
border-color css
<style>
span { border-color: #CB8992; }
span { border-color: rgb(203,137,146); }
td.TdClassName
{
border-color: #CB8992;
}
.TagClassName
{
border-color: #CB8992;
}
</style>