Shades of Puce #CB8690
Tints of Puce #CB8690
RGB
CMYK
RGB Variations
Color information
#CB8690 (or 0xCB8690) is known color: Puce. HEX triplet: CB, 86 and 90. RGB value is (203,134,144). Sum of RGB (Red+Green+Blue) = 203+134+144=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8690 is #34796F. Grayscale: #9B9B9B. Windows color (decimal): -3438960 or 9471691. OLE color: 9471691.
HSL color Cylindrical-coordinate representation of color #CB8690: hue angle of 351.3º 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 #CB8690 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 144 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.20 |
| HSL | 351.3º | 0.4% | 0.66% | - |
| HSV(B) | 351.3º | 0.34% | 0.8% | - |
| XYZ | 38.19 | 31.76 | 30.5 | - |
| YUV | 155.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 144 | 0 | 0.34 | 0.29 | 0.20 | 351.3 | 0.4 | 0.66 |
| Hex | CB | 86 | 90 | 0 | 22 | 1D | 14 | 15F | 28 | 42 |
| Octal | 313 | 206 | 220 | 0 | 42 | 35 | 24 | 537 | 50 | 102 |
| Binary | 11001011 | 10000110 | 10010000 | 0 | 100010 | 11101 | 10100 | 101011111 | 101000 | 1000010 |
Color Harmonies of #CB8690
Complementary color
Monochromatic Colors of #CB8690
Black with #CB8690
Text Example
Text Example
White with #CB8690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8690; }
p { color: rgb(203,134,144); }
H1.HeaderClassName
{
color: #CB8690;
}
.AnyTagClassName
{
color: #CB8690;
}
</style>
background-color css
<style>
a { background-color: #CB8690; }
a { background-color: rgb(203,134,144); }
div.DivClassName
{
background-color: #CB8690;
}
.BgClassName
{
background-color: #CB8690;
}
</style>
border-color css
<style>
span { border-color: #CB8690; }
span { border-color: rgb(203,134,144); }
td.TdClassName
{
border-color: #CB8690;
}
.TagClassName
{
border-color: #CB8690;
}
</style>