Shades of Puce #CB869B
Tints of Puce #CB869B
RGB
CMYK
RGB Variations
Color information
#CB869B (or 0xCB869B) is known color: Puce. HEX triplet: CB, 86 and 9B. RGB value is (203,134,155). Sum of RGB (Red+Green+Blue) = 203+134+155=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB869B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB869B is #347964. Grayscale: #9D9D9D. Windows color (decimal): -3438949 or 10192587. OLE color: 10192587.
HSL color Cylindrical-coordinate representation of color #CB869B: hue angle of 341.74º 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 #CB869B is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 155 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.20 |
| HSL | 341.74º | 0.4% | 0.66% | - |
| HSV(B) | 341.74º | 0.34% | 0.8% | - |
| XYZ | 39.07 | 32.11 | 35.15 | - |
| YUV | 157.03 | 126.86 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 155 | 0 | 0.34 | 0.24 | 0.20 | 341.74 | 0.4 | 0.66 |
| Hex | CB | 86 | 9B | 0 | 22 | 18 | 14 | 156 | 28 | 42 |
| Octal | 313 | 206 | 233 | 0 | 42 | 30 | 24 | 526 | 50 | 102 |
| Binary | 11001011 | 10000110 | 10011011 | 0 | 100010 | 11000 | 10100 | 101010110 | 101000 | 1000010 |
Color Harmonies of #CB869B
Complementary color
Monochromatic Colors of #CB869B
Black with #CB869B
Text Example
Text Example
White with #CB869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB869B; }
p { color: rgb(203,134,155); }
H1.HeaderClassName
{
color: #CB869B;
}
.AnyTagClassName
{
color: #CB869B;
}
</style>
background-color css
<style>
a { background-color: #CB869B; }
a { background-color: rgb(203,134,155); }
div.DivClassName
{
background-color: #CB869B;
}
.BgClassName
{
background-color: #CB869B;
}
</style>
border-color css
<style>
span { border-color: #CB869B; }
span { border-color: rgb(203,134,155); }
td.TdClassName
{
border-color: #CB869B;
}
.TagClassName
{
border-color: #CB869B;
}
</style>