Shades of Puce #CB8398
Tints of Puce #CB8398
RGB
CMYK
RGB Variations
Color information
#CB8398 (or 0xCB8398) is known color: Puce. HEX triplet: CB, 83 and 98. RGB value is (203,131,152). Sum of RGB (Red+Green+Blue) = 203+131+152=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8398 is #347C67. Grayscale: #9A9A9A. Windows color (decimal): -3439720 or 9995211. OLE color: 9995211.
HSL color Cylindrical-coordinate representation of color #CB8398: hue angle of 342.5º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB8398 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 152 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.20 |
| HSL | 342.5º | 0.41% | 0.65% | - |
| HSV(B) | 342.5º | 0.35% | 0.8% | - |
| XYZ | 38.41 | 31.2 | 33.7 | - |
| YUV | 154.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 152 | 0 | 0.35 | 0.25 | 0.20 | 342.5 | 0.41 | 0.65 |
| Hex | CB | 83 | 98 | 0 | 23 | 19 | 14 | 156 | 29 | 41 |
| Octal | 313 | 203 | 230 | 0 | 43 | 31 | 24 | 526 | 51 | 101 |
| Binary | 11001011 | 10000011 | 10011000 | 0 | 100011 | 11001 | 10100 | 101010110 | 101001 | 1000001 |
Color Harmonies of #CB8398
Complementary color
Monochromatic Colors of #CB8398
Black with #CB8398
Text Example
Text Example
White with #CB8398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8398; }
p { color: rgb(203,131,152); }
H1.HeaderClassName
{
color: #CB8398;
}
.AnyTagClassName
{
color: #CB8398;
}
</style>
background-color css
<style>
a { background-color: #CB8398; }
a { background-color: rgb(203,131,152); }
div.DivClassName
{
background-color: #CB8398;
}
.BgClassName
{
background-color: #CB8398;
}
</style>
border-color css
<style>
span { border-color: #CB8398; }
span { border-color: rgb(203,131,152); }
td.TdClassName
{
border-color: #CB8398;
}
.TagClassName
{
border-color: #CB8398;
}
</style>