Shades of Puce #CB869F
Tints of Puce #CB869F
RGB
CMYK
RGB Variations
Color information
#CB869F (or 0xCB869F) is known color: Puce. HEX triplet: CB, 86 and 9F. RGB value is (203,134,159). Sum of RGB (Red+Green+Blue) = 203+134+159=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB869F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB869F is #347960. Grayscale: #9D9D9D. Windows color (decimal): -3438945 or 10454731. OLE color: 10454731.
HSL color Cylindrical-coordinate representation of color #CB869F: hue angle of 338.26º 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 #CB869F is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 159 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.20 |
| HSL | 338.26º | 0.4% | 0.66% | - |
| HSV(B) | 338.26º | 0.34% | 0.8% | - |
| XYZ | 39.41 | 32.25 | 36.95 | - |
| YUV | 157.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 159 | 0 | 0.34 | 0.22 | 0.20 | 338.26 | 0.4 | 0.66 |
| Hex | CB | 86 | 9F | 0 | 22 | 16 | 14 | 152 | 28 | 42 |
| Octal | 313 | 206 | 237 | 0 | 42 | 26 | 24 | 522 | 50 | 102 |
| Binary | 11001011 | 10000110 | 10011111 | 0 | 100010 | 10110 | 10100 | 101010010 | 101000 | 1000010 |
Color Harmonies of #CB869F
Complementary color
Monochromatic Colors of #CB869F
Black with #CB869F
Text Example
Text Example
White with #CB869F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB869F; }
p { color: rgb(203,134,159); }
H1.HeaderClassName
{
color: #CB869F;
}
.AnyTagClassName
{
color: #CB869F;
}
</style>
background-color css
<style>
a { background-color: #CB869F; }
a { background-color: rgb(203,134,159); }
div.DivClassName
{
background-color: #CB869F;
}
.BgClassName
{
background-color: #CB869F;
}
</style>
border-color css
<style>
span { border-color: #CB869F; }
span { border-color: rgb(203,134,159); }
td.TdClassName
{
border-color: #CB869F;
}
.TagClassName
{
border-color: #CB869F;
}
</style>