Shades of Puce #CB8B98
Tints of Puce #CB8B98
RGB
CMYK
RGB Variations
Color information
#CB8B98 (or 0xCB8B98) is known color: Puce. HEX triplet: CB, 8B and 98. RGB value is (203,139,152). Sum of RGB (Red+Green+Blue) = 203+139+152=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8B98 is #347467. Grayscale: #9F9F9F. Windows color (decimal): -3437672 or 9997259. OLE color: 9997259.
HSL color Cylindrical-coordinate representation of color #CB8B98: hue angle of 347.81º 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 #CB8B98 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 139 | 152 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.20 |
| HSL | 347.81º | 0.38% | 0.67% | - |
| HSV(B) | 347.81º | 0.32% | 0.8% | - |
| XYZ | 39.53 | 33.43 | 34.07 | - |
| YUV | 159.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 139 | 152 | 0 | 0.32 | 0.25 | 0.20 | 347.81 | 0.38 | 0.67 |
| Hex | CB | 8B | 98 | 0 | 20 | 19 | 14 | 15C | 26 | 43 |
| Octal | 313 | 213 | 230 | 0 | 40 | 31 | 24 | 534 | 46 | 103 |
| Binary | 11001011 | 10001011 | 10011000 | 0 | 100000 | 11001 | 10100 | 101011100 | 100110 | 1000011 |
Color Harmonies of #CB8B98
Complementary color
Monochromatic Colors of #CB8B98
Black with #CB8B98
Text Example
Text Example
White with #CB8B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8B98; }
p { color: rgb(203,139,152); }
H1.HeaderClassName
{
color: #CB8B98;
}
.AnyTagClassName
{
color: #CB8B98;
}
</style>
background-color css
<style>
a { background-color: #CB8B98; }
a { background-color: rgb(203,139,152); }
div.DivClassName
{
background-color: #CB8B98;
}
.BgClassName
{
background-color: #CB8B98;
}
</style>
border-color css
<style>
span { border-color: #CB8B98; }
span { border-color: rgb(203,139,152); }
td.TdClassName
{
border-color: #CB8B98;
}
.TagClassName
{
border-color: #CB8B98;
}
</style>