Shades of Puce #CB869E
Tints of Puce #CB869E
RGB
CMYK
RGB Variations
Color information
#CB869E (or 0xCB869E) is known color: Puce. HEX triplet: CB, 86 and 9E. RGB value is (203,134,158). Sum of RGB (Red+Green+Blue) = 203+134+158=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB869E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB869E is #347961. Grayscale: #9D9D9D. Windows color (decimal): -3438946 or 10389195. OLE color: 10389195.
HSL color Cylindrical-coordinate representation of color #CB869E: hue angle of 339.13º 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 #CB869E is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 158 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.20 |
| HSL | 339.13º | 0.4% | 0.66% | - |
| HSV(B) | 339.13º | 0.34% | 0.8% | - |
| XYZ | 39.33 | 32.22 | 36.49 | - |
| YUV | 157.37 | 128.36 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 158 | 0 | 0.34 | 0.22 | 0.20 | 339.13 | 0.4 | 0.66 |
| Hex | CB | 86 | 9E | 0 | 22 | 16 | 14 | 153 | 28 | 42 |
| Octal | 313 | 206 | 236 | 0 | 42 | 26 | 24 | 523 | 50 | 102 |
| Binary | 11001011 | 10000110 | 10011110 | 0 | 100010 | 10110 | 10100 | 101010011 | 101000 | 1000010 |
Color Harmonies of #CB869E
Complementary color
Monochromatic Colors of #CB869E
Black with #CB869E
Text Example
Text Example
White with #CB869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB869E; }
p { color: rgb(203,134,158); }
H1.HeaderClassName
{
color: #CB869E;
}
.AnyTagClassName
{
color: #CB869E;
}
</style>
background-color css
<style>
a { background-color: #CB869E; }
a { background-color: rgb(203,134,158); }
div.DivClassName
{
background-color: #CB869E;
}
.BgClassName
{
background-color: #CB869E;
}
</style>
border-color css
<style>
span { border-color: #CB869E; }
span { border-color: rgb(203,134,158); }
td.TdClassName
{
border-color: #CB869E;
}
.TagClassName
{
border-color: #CB869E;
}
</style>