Shades of Puce #CB899C
Tints of Puce #CB899C
RGB
CMYK
RGB Variations
Color information
#CB899C (or 0xCB899C) is known color: Puce. HEX triplet: CB, 89 and 9C. RGB value is (203,137,156). Sum of RGB (Red+Green+Blue) = 203+137+156=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB899C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB899C is #347663. Grayscale: #9E9E9E. Windows color (decimal): -3438180 or 10258891. OLE color: 10258891.
HSL color Cylindrical-coordinate representation of color #CB899C: hue angle of 342.73º 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 #CB899C is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 156 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.20 |
| HSL | 342.73º | 0.39% | 0.67% | - |
| HSV(B) | 342.73º | 0.33% | 0.8% | - |
| XYZ | 39.58 | 32.99 | 35.73 | - |
| YUV | 158.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 156 | 0 | 0.33 | 0.23 | 0.20 | 342.73 | 0.39 | 0.67 |
| Hex | CB | 89 | 9C | 0 | 21 | 17 | 14 | 157 | 27 | 43 |
| Octal | 313 | 211 | 234 | 0 | 41 | 27 | 24 | 527 | 47 | 103 |
| Binary | 11001011 | 10001001 | 10011100 | 0 | 100001 | 10111 | 10100 | 101010111 | 100111 | 1000011 |
Color Harmonies of #CB899C
Complementary color
Monochromatic Colors of #CB899C
Black with #CB899C
Text Example
Text Example
White with #CB899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB899C; }
p { color: rgb(203,137,156); }
H1.HeaderClassName
{
color: #CB899C;
}
.AnyTagClassName
{
color: #CB899C;
}
</style>
background-color css
<style>
a { background-color: #CB899C; }
a { background-color: rgb(203,137,156); }
div.DivClassName
{
background-color: #CB899C;
}
.BgClassName
{
background-color: #CB899C;
}
</style>
border-color css
<style>
span { border-color: #CB899C; }
span { border-color: rgb(203,137,156); }
td.TdClassName
{
border-color: #CB899C;
}
.TagClassName
{
border-color: #CB899C;
}
</style>