Shades of Puce #CB8697
Tints of Puce #CB8697
RGB
CMYK
RGB Variations
Color information
#CB8697 (or 0xCB8697) is known color: Puce. HEX triplet: CB, 86 and 97. RGB value is (203,134,151). Sum of RGB (Red+Green+Blue) = 203+134+151=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8697 is #347968. Grayscale: #9C9C9C. Windows color (decimal): -3438953 or 9930443. OLE color: 9930443.
HSL color Cylindrical-coordinate representation of color #CB8697: hue angle of 345.22º 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 #CB8697 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 151 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.20 |
| HSL | 345.22º | 0.4% | 0.66% | - |
| HSV(B) | 345.22º | 0.34% | 0.8% | - |
| XYZ | 38.74 | 31.98 | 33.41 | - |
| YUV | 156.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 151 | 0 | 0.34 | 0.26 | 0.20 | 345.22 | 0.4 | 0.66 |
| Hex | CB | 86 | 97 | 0 | 22 | 1A | 14 | 159 | 28 | 42 |
| Octal | 313 | 206 | 227 | 0 | 42 | 32 | 24 | 531 | 50 | 102 |
| Binary | 11001011 | 10000110 | 10010111 | 0 | 100010 | 11010 | 10100 | 101011001 | 101000 | 1000010 |
Color Harmonies of #CB8697
Complementary color
Monochromatic Colors of #CB8697
Black with #CB8697
Text Example
Text Example
White with #CB8697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8697; }
p { color: rgb(203,134,151); }
H1.HeaderClassName
{
color: #CB8697;
}
.AnyTagClassName
{
color: #CB8697;
}
</style>
background-color css
<style>
a { background-color: #CB8697; }
a { background-color: rgb(203,134,151); }
div.DivClassName
{
background-color: #CB8697;
}
.BgClassName
{
background-color: #CB8697;
}
</style>
border-color css
<style>
span { border-color: #CB8697; }
span { border-color: rgb(203,134,151); }
td.TdClassName
{
border-color: #CB8697;
}
.TagClassName
{
border-color: #CB8697;
}
</style>