Shades of Puce #CB8789
Tints of Puce #CB8789
RGB
CMYK
RGB Variations
Color information
#CB8789 (or 0xCB8789) is known color: Puce. HEX triplet: CB, 87 and 89. RGB value is (203,135,137). Sum of RGB (Red+Green+Blue) = 203+135+137=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8789 is #347876. Grayscale: #9B9B9B. Windows color (decimal): -3438711 or 9013195. OLE color: 9013195.
HSL color Cylindrical-coordinate representation of color #CB8789: hue angle of 358.24º 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 #CB8789 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 137 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.20 |
| HSL | 358.24º | 0.4% | 0.66% | - |
| HSV(B) | 358.24º | 0.33% | 0.8% | - |
| XYZ | 37.81 | 31.83 | 27.82 | - |
| YUV | 155.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 137 | 0 | 0.33 | 0.33 | 0.20 | 358.24 | 0.4 | 0.66 |
| Hex | CB | 87 | 89 | 0 | 21 | 21 | 14 | 166 | 28 | 42 |
| Octal | 313 | 207 | 211 | 0 | 41 | 41 | 24 | 546 | 50 | 102 |
| Binary | 11001011 | 10000111 | 10001001 | 0 | 100001 | 100001 | 10100 | 101100110 | 101000 | 1000010 |
Color Harmonies of #CB8789
Complementary color
Monochromatic Colors of #CB8789
Black with #CB8789
Text Example
Text Example
White with #CB8789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8789; }
p { color: rgb(203,135,137); }
H1.HeaderClassName
{
color: #CB8789;
}
.AnyTagClassName
{
color: #CB8789;
}
</style>
background-color css
<style>
a { background-color: #CB8789; }
a { background-color: rgb(203,135,137); }
div.DivClassName
{
background-color: #CB8789;
}
.BgClassName
{
background-color: #CB8789;
}
</style>
border-color css
<style>
span { border-color: #CB8789; }
span { border-color: rgb(203,135,137); }
td.TdClassName
{
border-color: #CB8789;
}
.TagClassName
{
border-color: #CB8789;
}
</style>