Shades of Puce #CB878D
Tints of Puce #CB878D
RGB
CMYK
RGB Variations
Color information
#CB878D (or 0xCB878D) is known color: Puce. HEX triplet: CB, 87 and 8D. RGB value is (203,135,141). Sum of RGB (Red+Green+Blue) = 203+135+141=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB878D is #347872. Grayscale: #9C9C9C. Windows color (decimal): -3438707 or 9275339. OLE color: 9275339.
HSL color Cylindrical-coordinate representation of color #CB878D: hue angle of 354.71º 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 #CB878D is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 141 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.20 |
| HSL | 354.71º | 0.4% | 0.66% | - |
| HSV(B) | 354.71º | 0.33% | 0.8% | - |
| XYZ | 38.1 | 31.95 | 29.36 | - |
| YUV | 156.02 | 119.53 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 141 | 0 | 0.33 | 0.31 | 0.20 | 354.71 | 0.4 | 0.66 |
| Hex | CB | 87 | 8D | 0 | 21 | 1F | 14 | 163 | 28 | 42 |
| Octal | 313 | 207 | 215 | 0 | 41 | 37 | 24 | 543 | 50 | 102 |
| Binary | 11001011 | 10000111 | 10001101 | 0 | 100001 | 11111 | 10100 | 101100011 | 101000 | 1000010 |
Color Harmonies of #CB878D
Complementary color
Monochromatic Colors of #CB878D
Black with #CB878D
Text Example
Text Example
White with #CB878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB878D; }
p { color: rgb(203,135,141); }
H1.HeaderClassName
{
color: #CB878D;
}
.AnyTagClassName
{
color: #CB878D;
}
</style>
background-color css
<style>
a { background-color: #CB878D; }
a { background-color: rgb(203,135,141); }
div.DivClassName
{
background-color: #CB878D;
}
.BgClassName
{
background-color: #CB878D;
}
</style>
border-color css
<style>
span { border-color: #CB878D; }
span { border-color: rgb(203,135,141); }
td.TdClassName
{
border-color: #CB878D;
}
.TagClassName
{
border-color: #CB878D;
}
</style>