Shades of Puce #CB899D
Tints of Puce #CB899D
RGB
CMYK
RGB Variations
Color information
#CB899D (or 0xCB899D) is known color: Puce. HEX triplet: CB, 89 and 9D. RGB value is (203,137,157). Sum of RGB (Red+Green+Blue) = 203+137+157=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CB899D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB899D is #347662. Grayscale: #9F9F9F. Windows color (decimal): -3438179 or 10324427. OLE color: 10324427.
HSL color Cylindrical-coordinate representation of color #CB899D: hue angle of 341.82º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB899D is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 157 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.20 |
| HSL | 341.82º | 0.39% | 0.67% | - |
| HSV(B) | 341.82º | 0.33% | 0.8% | - |
| XYZ | 39.66 | 33.02 | 36.18 | - |
| YUV | 159.01 | 126.87 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 157 | 0 | 0.33 | 0.23 | 0.20 | 341.82 | 0.39 | 0.67 |
| Hex | CB | 89 | 9D | 0 | 21 | 17 | 14 | 156 | 27 | 43 |
| Octal | 313 | 211 | 235 | 0 | 41 | 27 | 24 | 526 | 47 | 103 |
| Binary | 11001011 | 10001001 | 10011101 | 0 | 100001 | 10111 | 10100 | 101010110 | 100111 | 1000011 |
Color Harmonies of #CB899D
Complementary color
Monochromatic Colors of #CB899D
Black with #CB899D
Text Example
Text Example
White with #CB899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB899D; }
p { color: rgb(203,137,157); }
H1.HeaderClassName
{
color: #CB899D;
}
.AnyTagClassName
{
color: #CB899D;
}
</style>
background-color css
<style>
a { background-color: #CB899D; }
a { background-color: rgb(203,137,157); }
div.DivClassName
{
background-color: #CB899D;
}
.BgClassName
{
background-color: #CB899D;
}
</style>
border-color css
<style>
span { border-color: #CB899D; }
span { border-color: rgb(203,137,157); }
td.TdClassName
{
border-color: #CB899D;
}
.TagClassName
{
border-color: #CB899D;
}
</style>