Shades of Puce #CB8790
Tints of Puce #CB8790
RGB
CMYK
RGB Variations
Color information
#CB8790 (or 0xCB8790) is known color: Puce. HEX triplet: CB, 87 and 90. RGB value is (203,135,144). Sum of RGB (Red+Green+Blue) = 203+135+144=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8790 is #34786F. Grayscale: #9C9C9C. Windows color (decimal): -3438704 or 9471947. OLE color: 9471947.
HSL color Cylindrical-coordinate representation of color #CB8790: hue angle of 352.06º 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 #CB8790 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 144 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.20 |
| HSL | 352.06º | 0.4% | 0.66% | - |
| HSV(B) | 352.06º | 0.33% | 0.8% | - |
| XYZ | 38.33 | 32.04 | 30.55 | - |
| YUV | 156.36 | 121.03 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 144 | 0 | 0.33 | 0.29 | 0.20 | 352.06 | 0.4 | 0.66 |
| Hex | CB | 87 | 90 | 0 | 21 | 1D | 14 | 160 | 28 | 42 |
| Octal | 313 | 207 | 220 | 0 | 41 | 35 | 24 | 540 | 50 | 102 |
| Binary | 11001011 | 10000111 | 10010000 | 0 | 100001 | 11101 | 10100 | 101100000 | 101000 | 1000010 |
Color Harmonies of #CB8790
Complementary color
Monochromatic Colors of #CB8790
Black with #CB8790
Text Example
Text Example
White with #CB8790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8790; }
p { color: rgb(203,135,144); }
H1.HeaderClassName
{
color: #CB8790;
}
.AnyTagClassName
{
color: #CB8790;
}
</style>
background-color css
<style>
a { background-color: #CB8790; }
a { background-color: rgb(203,135,144); }
div.DivClassName
{
background-color: #CB8790;
}
.BgClassName
{
background-color: #CB8790;
}
</style>
border-color css
<style>
span { border-color: #CB8790; }
span { border-color: rgb(203,135,144); }
td.TdClassName
{
border-color: #CB8790;
}
.TagClassName
{
border-color: #CB8790;
}
</style>