Shades of Puce #CB858C
Tints of Puce #CB858C
RGB
CMYK
RGB Variations
Color information
#CB858C (or 0xCB858C) is known color: Puce. HEX triplet: CB, 85 and 8C. RGB value is (203,133,140). Sum of RGB (Red+Green+Blue) = 203+133+140=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB858C is #347A73. Grayscale: #9A9A9A. Windows color (decimal): -3439220 or 9209291. OLE color: 9209291.
HSL color Cylindrical-coordinate representation of color #CB858C: hue angle of 354º 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 #CB858C is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 140 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.20 |
| HSL | 354º | 0.4% | 0.66% | - |
| HSV(B) | 354º | 0.34% | 0.8% | - |
| XYZ | 37.75 | 31.37 | 28.88 | - |
| YUV | 154.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 140 | 0 | 0.34 | 0.31 | 0.20 | 354 | 0.4 | 0.66 |
| Hex | CB | 85 | 8C | 0 | 22 | 1F | 14 | 162 | 28 | 42 |
| Octal | 313 | 205 | 214 | 0 | 42 | 37 | 24 | 542 | 50 | 102 |
| Binary | 11001011 | 10000101 | 10001100 | 0 | 100010 | 11111 | 10100 | 101100010 | 101000 | 1000010 |
Color Harmonies of #CB858C
Complementary color
Monochromatic Colors of #CB858C
Black with #CB858C
Text Example
Text Example
White with #CB858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB858C; }
p { color: rgb(203,133,140); }
H1.HeaderClassName
{
color: #CB858C;
}
.AnyTagClassName
{
color: #CB858C;
}
</style>
background-color css
<style>
a { background-color: #CB858C; }
a { background-color: rgb(203,133,140); }
div.DivClassName
{
background-color: #CB858C;
}
.BgClassName
{
background-color: #CB858C;
}
</style>
border-color css
<style>
span { border-color: #CB858C; }
span { border-color: rgb(203,133,140); }
td.TdClassName
{
border-color: #CB858C;
}
.TagClassName
{
border-color: #CB858C;
}
</style>