Shades of Puce #CB858B
Tints of Puce #CB858B
RGB
CMYK
RGB Variations
Color information
#CB858B (or 0xCB858B) is known color: Puce. HEX triplet: CB, 85 and 8B. RGB value is (203,133,139). Sum of RGB (Red+Green+Blue) = 203+133+139=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB858B is #347A74. Grayscale: #9A9A9A. Windows color (decimal): -3439221 or 9143755. OLE color: 9143755.
HSL color Cylindrical-coordinate representation of color #CB858B: hue angle of 354.86º 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 #CB858B is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 139 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.20 |
| HSL | 354.86º | 0.4% | 0.66% | - |
| HSV(B) | 354.86º | 0.34% | 0.8% | - |
| XYZ | 37.68 | 31.34 | 28.49 | - |
| YUV | 154.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 139 | 0 | 0.34 | 0.32 | 0.20 | 354.86 | 0.4 | 0.66 |
| Hex | CB | 85 | 8B | 0 | 22 | 20 | 14 | 163 | 28 | 42 |
| Octal | 313 | 205 | 213 | 0 | 42 | 40 | 24 | 543 | 50 | 102 |
| Binary | 11001011 | 10000101 | 10001011 | 0 | 100010 | 100000 | 10100 | 101100011 | 101000 | 1000010 |
Color Harmonies of #CB858B
Complementary color
Monochromatic Colors of #CB858B
Black with #CB858B
Text Example
Text Example
White with #CB858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB858B; }
p { color: rgb(203,133,139); }
H1.HeaderClassName
{
color: #CB858B;
}
.AnyTagClassName
{
color: #CB858B;
}
</style>
background-color css
<style>
a { background-color: #CB858B; }
a { background-color: rgb(203,133,139); }
div.DivClassName
{
background-color: #CB858B;
}
.BgClassName
{
background-color: #CB858B;
}
</style>
border-color css
<style>
span { border-color: #CB858B; }
span { border-color: rgb(203,133,139); }
td.TdClassName
{
border-color: #CB858B;
}
.TagClassName
{
border-color: #CB858B;
}
</style>