Shades of Puce #CB8397
Tints of Puce #CB8397
RGB
CMYK
RGB Variations
Color information
#CB8397 (or 0xCB8397) is known color: Puce. HEX triplet: CB, 83 and 97. RGB value is (203,131,151). Sum of RGB (Red+Green+Blue) = 203+131+151=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8397 is #347C68. Grayscale: #9A9A9A. Windows color (decimal): -3439721 or 9929675. OLE color: 9929675.
HSL color Cylindrical-coordinate representation of color #CB8397: hue angle of 343.33º 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 #CB8397 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 151 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.20 |
| HSL | 343.33º | 0.41% | 0.65% | - |
| HSV(B) | 343.33º | 0.35% | 0.8% | - |
| XYZ | 38.33 | 31.16 | 33.27 | - |
| YUV | 154.81 | 125.85 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 151 | 0 | 0.35 | 0.26 | 0.20 | 343.33 | 0.41 | 0.65 |
| Hex | CB | 83 | 97 | 0 | 23 | 1A | 14 | 157 | 29 | 41 |
| Octal | 313 | 203 | 227 | 0 | 43 | 32 | 24 | 527 | 51 | 101 |
| Binary | 11001011 | 10000011 | 10010111 | 0 | 100011 | 11010 | 10100 | 101010111 | 101001 | 1000001 |
Color Harmonies of #CB8397
Complementary color
Monochromatic Colors of #CB8397
Black with #CB8397
Text Example
Text Example
White with #CB8397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8397; }
p { color: rgb(203,131,151); }
H1.HeaderClassName
{
color: #CB8397;
}
.AnyTagClassName
{
color: #CB8397;
}
</style>
background-color css
<style>
a { background-color: #CB8397; }
a { background-color: rgb(203,131,151); }
div.DivClassName
{
background-color: #CB8397;
}
.BgClassName
{
background-color: #CB8397;
}
</style>
border-color css
<style>
span { border-color: #CB8397; }
span { border-color: rgb(203,131,151); }
td.TdClassName
{
border-color: #CB8397;
}
.TagClassName
{
border-color: #CB8397;
}
</style>