Shades of Puce #CB878C
Tints of Puce #CB878C
RGB
CMYK
RGB Variations
Color information
#CB878C (or 0xCB878C) is known color: Puce. HEX triplet: CB, 87 and 8C. RGB value is (203,135,140). Sum of RGB (Red+Green+Blue) = 203+135+140=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB878C is #347873. Grayscale: #9B9B9B. Windows color (decimal): -3438708 or 9209803. OLE color: 9209803.
HSL color Cylindrical-coordinate representation of color #CB878C: hue angle of 355.59º 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 #CB878C is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 140 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.20 |
| HSL | 355.59º | 0.4% | 0.66% | - |
| HSV(B) | 355.59º | 0.33% | 0.8% | - |
| XYZ | 38.03 | 31.92 | 28.97 | - |
| YUV | 155.9 | 119.03 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 140 | 0 | 0.33 | 0.31 | 0.20 | 355.59 | 0.4 | 0.66 |
| Hex | CB | 87 | 8C | 0 | 21 | 1F | 14 | 164 | 28 | 42 |
| Octal | 313 | 207 | 214 | 0 | 41 | 37 | 24 | 544 | 50 | 102 |
| Binary | 11001011 | 10000111 | 10001100 | 0 | 100001 | 11111 | 10100 | 101100100 | 101000 | 1000010 |
Color Harmonies of #CB878C
Complementary color
Monochromatic Colors of #CB878C
Black with #CB878C
Text Example
Text Example
White with #CB878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB878C; }
p { color: rgb(203,135,140); }
H1.HeaderClassName
{
color: #CB878C;
}
.AnyTagClassName
{
color: #CB878C;
}
</style>
background-color css
<style>
a { background-color: #CB878C; }
a { background-color: rgb(203,135,140); }
div.DivClassName
{
background-color: #CB878C;
}
.BgClassName
{
background-color: #CB878C;
}
</style>
border-color css
<style>
span { border-color: #CB878C; }
span { border-color: rgb(203,135,140); }
td.TdClassName
{
border-color: #CB878C;
}
.TagClassName
{
border-color: #CB878C;
}
</style>