Shades of Puce #CB869C
Tints of Puce #CB869C
RGB
CMYK
RGB Variations
Color information
#CB869C (or 0xCB869C) is known color: Puce. HEX triplet: CB, 86 and 9C. RGB value is (203,134,156). Sum of RGB (Red+Green+Blue) = 203+134+156=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 156 (61.33% from 255 or 31.64% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB869C is #347963. Grayscale: #9D9D9D. Windows color (decimal): -3438948 or 10258123. OLE color: 10258123.
HSL color Cylindrical-coordinate representation of color #CB869C: hue angle of 340.87º 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 #CB869C is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 156 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.20 |
| HSL | 340.87º | 0.4% | 0.66% | - |
| HSV(B) | 340.87º | 0.34% | 0.8% | - |
| XYZ | 39.15 | 32.15 | 35.59 | - |
| YUV | 157.14 | 127.36 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 156 | 0 | 0.34 | 0.23 | 0.20 | 340.87 | 0.4 | 0.66 |
| Hex | CB | 86 | 9C | 0 | 22 | 17 | 14 | 155 | 28 | 42 |
| Octal | 313 | 206 | 234 | 0 | 42 | 27 | 24 | 525 | 50 | 102 |
| Binary | 11001011 | 10000110 | 10011100 | 0 | 100010 | 10111 | 10100 | 101010101 | 101000 | 1000010 |
Color Harmonies of #CB869C
Complementary color
Monochromatic Colors of #CB869C
Black with #CB869C
Text Example
Text Example
White with #CB869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB869C; }
p { color: rgb(203,134,156); }
H1.HeaderClassName
{
color: #CB869C;
}
.AnyTagClassName
{
color: #CB869C;
}
</style>
background-color css
<style>
a { background-color: #CB869C; }
a { background-color: rgb(203,134,156); }
div.DivClassName
{
background-color: #CB869C;
}
.BgClassName
{
background-color: #CB869C;
}
</style>
border-color css
<style>
span { border-color: #CB869C; }
span { border-color: rgb(203,134,156); }
td.TdClassName
{
border-color: #CB869C;
}
.TagClassName
{
border-color: #CB869C;
}
</style>