Shades of Puce #CB8092
Tints of Puce #CB8092
RGB
CMYK
RGB Variations
Color information
#CB8092 (or 0xCB8092) is known color: Puce. HEX triplet: CB, 80 and 92. RGB value is (203,128,146). Sum of RGB (Red+Green+Blue) = 203+128+146=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8092 is #347F6D. Grayscale: #989898. Windows color (decimal): -3440494 or 9601227. OLE color: 9601227.
HSL color Cylindrical-coordinate representation of color #CB8092: hue angle of 345.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB8092 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 146 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.20 |
| HSL | 345.6º | 0.42% | 0.65% | - |
| HSV(B) | 345.6º | 0.37% | 0.8% | - |
| XYZ | 37.54 | 30.21 | 31.05 | - |
| YUV | 152.48 | 124.35 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 146 | 0 | 0.37 | 0.28 | 0.20 | 345.6 | 0.42 | 0.65 |
| Hex | CB | 80 | 92 | 0 | 25 | 1C | 14 | 15A | 2A | 41 |
| Octal | 313 | 200 | 222 | 0 | 45 | 34 | 24 | 532 | 52 | 101 |
| Binary | 11001011 | 10000000 | 10010010 | 0 | 100101 | 11100 | 10100 | 101011010 | 101010 | 1000001 |
Color Harmonies of #CB8092
Complementary color
Monochromatic Colors of #CB8092
Black with #CB8092
Text Example
Text Example
White with #CB8092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8092; }
p { color: rgb(203,128,146); }
H1.HeaderClassName
{
color: #CB8092;
}
.AnyTagClassName
{
color: #CB8092;
}
</style>
background-color css
<style>
a { background-color: #CB8092; }
a { background-color: rgb(203,128,146); }
div.DivClassName
{
background-color: #CB8092;
}
.BgClassName
{
background-color: #CB8092;
}
</style>
border-color css
<style>
span { border-color: #CB8092; }
span { border-color: rgb(203,128,146); }
td.TdClassName
{
border-color: #CB8092;
}
.TagClassName
{
border-color: #CB8092;
}
</style>