Shades of Puce #CB868D
Tints of Puce #CB868D
RGB
CMYK
RGB Variations
Color information
#CB868D (or 0xCB868D) is known color: Puce. HEX triplet: CB, 86 and 8D. RGB value is (203,134,141). Sum of RGB (Red+Green+Blue) = 203+134+141=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB868D is #347972. Grayscale: #9B9B9B. Windows color (decimal): -3438963 or 9275083. OLE color: 9275083.
HSL color Cylindrical-coordinate representation of color #CB868D: hue angle of 353.91º 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 #CB868D is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 134 | 141 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.20 |
| HSL | 353.91º | 0.4% | 0.66% | - |
| HSV(B) | 353.91º | 0.34% | 0.8% | - |
| XYZ | 37.96 | 31.67 | 29.31 | - |
| YUV | 155.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 134 | 141 | 0 | 0.34 | 0.31 | 0.20 | 353.91 | 0.4 | 0.66 |
| Hex | CB | 86 | 8D | 0 | 22 | 1F | 14 | 162 | 28 | 42 |
| Octal | 313 | 206 | 215 | 0 | 42 | 37 | 24 | 542 | 50 | 102 |
| Binary | 11001011 | 10000110 | 10001101 | 0 | 100010 | 11111 | 10100 | 101100010 | 101000 | 1000010 |
Color Harmonies of #CB868D
Complementary color
Monochromatic Colors of #CB868D
Black with #CB868D
Text Example
Text Example
White with #CB868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB868D; }
p { color: rgb(203,134,141); }
H1.HeaderClassName
{
color: #CB868D;
}
.AnyTagClassName
{
color: #CB868D;
}
</style>
background-color css
<style>
a { background-color: #CB868D; }
a { background-color: rgb(203,134,141); }
div.DivClassName
{
background-color: #CB868D;
}
.BgClassName
{
background-color: #CB868D;
}
</style>
border-color css
<style>
span { border-color: #CB868D; }
span { border-color: rgb(203,134,141); }
td.TdClassName
{
border-color: #CB868D;
}
.TagClassName
{
border-color: #CB868D;
}
</style>