Shades of Puce #CB879B
Tints of Puce #CB879B
RGB
CMYK
RGB Variations
Color information
#CB879B (or 0xCB879B) is known color: Puce. HEX triplet: CB, 87 and 9B. RGB value is (203,135,155). Sum of RGB (Red+Green+Blue) = 203+135+155=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB879B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB879B is #347864. Grayscale: #9D9D9D. Windows color (decimal): -3438693 or 10192843. OLE color: 10192843.
HSL color Cylindrical-coordinate representation of color #CB879B: hue angle of 342.35º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB879B is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 155 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.20 |
| HSL | 342.35º | 0.4% | 0.66% | - |
| HSV(B) | 342.35º | 0.33% | 0.8% | - |
| XYZ | 39.21 | 32.39 | 35.2 | - |
| YUV | 157.61 | 126.53 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 155 | 0 | 0.33 | 0.24 | 0.20 | 342.35 | 0.4 | 0.66 |
| Hex | CB | 87 | 9B | 0 | 21 | 18 | 14 | 156 | 28 | 42 |
| Octal | 313 | 207 | 233 | 0 | 41 | 30 | 24 | 526 | 50 | 102 |
| Binary | 11001011 | 10000111 | 10011011 | 0 | 100001 | 11000 | 10100 | 101010110 | 101000 | 1000010 |
Color Harmonies of #CB879B
Complementary color
Monochromatic Colors of #CB879B
Black with #CB879B
Text Example
Text Example
White with #CB879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB879B; }
p { color: rgb(203,135,155); }
H1.HeaderClassName
{
color: #CB879B;
}
.AnyTagClassName
{
color: #CB879B;
}
</style>
background-color css
<style>
a { background-color: #CB879B; }
a { background-color: rgb(203,135,155); }
div.DivClassName
{
background-color: #CB879B;
}
.BgClassName
{
background-color: #CB879B;
}
</style>
border-color css
<style>
span { border-color: #CB879B; }
span { border-color: rgb(203,135,155); }
td.TdClassName
{
border-color: #CB879B;
}
.TagClassName
{
border-color: #CB879B;
}
</style>