Shades of Puce #CB899B
Tints of Puce #CB899B
RGB
CMYK
RGB Variations
Color information
#CB899B (or 0xCB899B) is known color: Puce. HEX triplet: CB, 89 and 9B. RGB value is (203,137,155). Sum of RGB (Red+Green+Blue) = 203+137+155=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB899B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB899B is #347664. Grayscale: #9E9E9E. Windows color (decimal): -3438181 or 10193355. OLE color: 10193355.
HSL color Cylindrical-coordinate representation of color #CB899B: hue angle of 343.64º 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 #CB899B is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 155 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.20 |
| HSL | 343.64º | 0.39% | 0.67% | - |
| HSV(B) | 343.64º | 0.33% | 0.8% | - |
| XYZ | 39.49 | 32.95 | 35.29 | - |
| YUV | 158.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 155 | 0 | 0.33 | 0.24 | 0.20 | 343.64 | 0.39 | 0.67 |
| Hex | CB | 89 | 9B | 0 | 21 | 18 | 14 | 158 | 27 | 43 |
| Octal | 313 | 211 | 233 | 0 | 41 | 30 | 24 | 530 | 47 | 103 |
| Binary | 11001011 | 10001001 | 10011011 | 0 | 100001 | 11000 | 10100 | 101011000 | 100111 | 1000011 |
Color Harmonies of #CB899B
Complementary color
Monochromatic Colors of #CB899B
Black with #CB899B
Text Example
Text Example
White with #CB899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB899B; }
p { color: rgb(203,137,155); }
H1.HeaderClassName
{
color: #CB899B;
}
.AnyTagClassName
{
color: #CB899B;
}
</style>
background-color css
<style>
a { background-color: #CB899B; }
a { background-color: rgb(203,137,155); }
div.DivClassName
{
background-color: #CB899B;
}
.BgClassName
{
background-color: #CB899B;
}
</style>
border-color css
<style>
span { border-color: #CB899B; }
span { border-color: rgb(203,137,155); }
td.TdClassName
{
border-color: #CB899B;
}
.TagClassName
{
border-color: #CB899B;
}
</style>