Shades of Puce #CB8696
Tints of Puce #CB8696
RGB
CMYK
RGB Variations
Color information
#CB8696 (or 0xCB8696) is known color: Puce. HEX triplet: CB, 86 and 96. RGB value is (203,134,150). Sum of RGB (Red+Green+Blue) = 203+134+150=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8696 is #347969. Grayscale: #9C9C9C. Windows color (decimal): -3438954 or 9864907. OLE color: 9864907.
HSL color Cylindrical-coordinate representation of color #CB8696: hue angle of 346.09º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB8696 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 150 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.20 |
| HSL | 346.09º | 0.4% | 0.66% | - |
| HSV(B) | 346.09º | 0.34% | 0.8% | - |
| XYZ | 38.66 | 31.95 | 32.98 | - |
| YUV | 156.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 150 | 0 | 0.34 | 0.26 | 0.20 | 346.09 | 0.4 | 0.66 |
| Hex | CB | 86 | 96 | 0 | 22 | 1A | 14 | 15A | 28 | 42 |
| Octal | 313 | 206 | 226 | 0 | 42 | 32 | 24 | 532 | 50 | 102 |
| Binary | 11001011 | 10000110 | 10010110 | 0 | 100010 | 11010 | 10100 | 101011010 | 101000 | 1000010 |
Color Harmonies of #CB8696
Complementary color
Monochromatic Colors of #CB8696
Black with #CB8696
Text Example
Text Example
White with #CB8696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8696; }
p { color: rgb(203,134,150); }
H1.HeaderClassName
{
color: #CB8696;
}
.AnyTagClassName
{
color: #CB8696;
}
</style>
background-color css
<style>
a { background-color: #CB8696; }
a { background-color: rgb(203,134,150); }
div.DivClassName
{
background-color: #CB8696;
}
.BgClassName
{
background-color: #CB8696;
}
</style>
border-color css
<style>
span { border-color: #CB8696; }
span { border-color: rgb(203,134,150); }
td.TdClassName
{
border-color: #CB8696;
}
.TagClassName
{
border-color: #CB8696;
}
</style>