Shades of Puce #CB89A1
Tints of Puce #CB89A1
RGB
CMYK
RGB Variations
Color information
#CB89A1 (or 0xCB89A1) is known color: Puce. HEX triplet: CB, 89 and A1. RGB value is (203,137,161). Sum of RGB (Red+Green+Blue) = 203+137+161=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB89A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB89A1 is #34765E. Grayscale: #9F9F9F. Windows color (decimal): -3438175 or 10586571. OLE color: 10586571.
HSL color Cylindrical-coordinate representation of color #CB89A1: hue angle of 338.18º 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 #CB89A1 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 161 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.20 |
| HSL | 338.18º | 0.39% | 0.67% | - |
| HSV(B) | 338.18º | 0.33% | 0.8% | - |
| XYZ | 40.01 | 33.16 | 38.01 | - |
| YUV | 159.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 161 | 0 | 0.33 | 0.21 | 0.20 | 338.18 | 0.39 | 0.67 |
| Hex | CB | 89 | A1 | 0 | 21 | 15 | 14 | 152 | 27 | 43 |
| Octal | 313 | 211 | 241 | 0 | 41 | 25 | 24 | 522 | 47 | 103 |
| Binary | 11001011 | 10001001 | 10100001 | 0 | 100001 | 10101 | 10100 | 101010010 | 100111 | 1000011 |
Color Harmonies of #CB89A1
Complementary color
Monochromatic Colors of #CB89A1
Black with #CB89A1
Text Example
Text Example
White with #CB89A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB89A1; }
p { color: rgb(203,137,161); }
H1.HeaderClassName
{
color: #CB89A1;
}
.AnyTagClassName
{
color: #CB89A1;
}
</style>
background-color css
<style>
a { background-color: #CB89A1; }
a { background-color: rgb(203,137,161); }
div.DivClassName
{
background-color: #CB89A1;
}
.BgClassName
{
background-color: #CB89A1;
}
</style>
border-color css
<style>
span { border-color: #CB89A1; }
span { border-color: rgb(203,137,161); }
td.TdClassName
{
border-color: #CB89A1;
}
.TagClassName
{
border-color: #CB89A1;
}
</style>