Shades of Puce #CB8492
Tints of Puce #CB8492
RGB
CMYK
RGB Variations
Color information
#CB8492 (or 0xCB8492) is known color: Puce. HEX triplet: CB, 84 and 92. RGB value is (203,132,146). Sum of RGB (Red+Green+Blue) = 203+132+146=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8492 is #347B6D. Grayscale: #9A9A9A. Windows color (decimal): -3439470 or 9602251. OLE color: 9602251.
HSL color Cylindrical-coordinate representation of color #CB8492: hue angle of 348.17º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB8492 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 146 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.20 |
| HSL | 348.17º | 0.41% | 0.66% | - |
| HSV(B) | 348.17º | 0.35% | 0.8% | - |
| XYZ | 38.07 | 31.27 | 31.22 | - |
| YUV | 154.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 146 | 0 | 0.35 | 0.28 | 0.20 | 348.17 | 0.41 | 0.66 |
| Hex | CB | 84 | 92 | 0 | 23 | 1C | 14 | 15C | 29 | 42 |
| Octal | 313 | 204 | 222 | 0 | 43 | 34 | 24 | 534 | 51 | 102 |
| Binary | 11001011 | 10000100 | 10010010 | 0 | 100011 | 11100 | 10100 | 101011100 | 101001 | 1000010 |
Color Harmonies of #CB8492
Complementary color
Monochromatic Colors of #CB8492
Black with #CB8492
Text Example
Text Example
White with #CB8492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8492; }
p { color: rgb(203,132,146); }
H1.HeaderClassName
{
color: #CB8492;
}
.AnyTagClassName
{
color: #CB8492;
}
</style>
background-color css
<style>
a { background-color: #CB8492; }
a { background-color: rgb(203,132,146); }
div.DivClassName
{
background-color: #CB8492;
}
.BgClassName
{
background-color: #CB8492;
}
</style>
border-color css
<style>
span { border-color: #CB8492; }
span { border-color: rgb(203,132,146); }
td.TdClassName
{
border-color: #CB8492;
}
.TagClassName
{
border-color: #CB8492;
}
</style>