Shades of Puce #CB858A
Tints of Puce #CB858A
RGB
CMYK
RGB Variations
Color information
#CB858A (or 0xCB858A) is known color: Puce. HEX triplet: CB, 85 and 8A. RGB value is (203,133,138). Sum of RGB (Red+Green+Blue) = 203+133+138=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB858A is #347A75. Grayscale: #9A9A9A. Windows color (decimal): -3439222 or 9078219. OLE color: 9078219.
HSL color Cylindrical-coordinate representation of color #CB858A: hue angle of 355.71º 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 #CB858A is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 138 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.20 |
| HSL | 355.71º | 0.4% | 0.66% | - |
| HSV(B) | 355.71º | 0.34% | 0.8% | - |
| XYZ | 37.6 | 31.31 | 28.11 | - |
| YUV | 154.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 138 | 0 | 0.34 | 0.32 | 0.20 | 355.71 | 0.4 | 0.66 |
| Hex | CB | 85 | 8A | 0 | 22 | 20 | 14 | 164 | 28 | 42 |
| Octal | 313 | 205 | 212 | 0 | 42 | 40 | 24 | 544 | 50 | 102 |
| Binary | 11001011 | 10000101 | 10001010 | 0 | 100010 | 100000 | 10100 | 101100100 | 101000 | 1000010 |
Color Harmonies of #CB858A
Complementary color
Monochromatic Colors of #CB858A
Black with #CB858A
Text Example
Text Example
White with #CB858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB858A; }
p { color: rgb(203,133,138); }
H1.HeaderClassName
{
color: #CB858A;
}
.AnyTagClassName
{
color: #CB858A;
}
</style>
background-color css
<style>
a { background-color: #CB858A; }
a { background-color: rgb(203,133,138); }
div.DivClassName
{
background-color: #CB858A;
}
.BgClassName
{
background-color: #CB858A;
}
</style>
border-color css
<style>
span { border-color: #CB858A; }
span { border-color: rgb(203,133,138); }
td.TdClassName
{
border-color: #CB858A;
}
.TagClassName
{
border-color: #CB858A;
}
</style>