Shades of Puce #CB8993
Tints of Puce #CB8993
RGB
CMYK
RGB Variations
Color information
#CB8993 (or 0xCB8993) is known color: Puce. HEX triplet: CB, 89 and 93. RGB value is (203,137,147). Sum of RGB (Red+Green+Blue) = 203+137+147=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8993 is #34766C. Grayscale: #9D9D9D. Windows color (decimal): -3438189 or 9669067. OLE color: 9669067.
HSL color Cylindrical-coordinate representation of color #CB8993: hue angle of 350.91º 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 #CB8993 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 147 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.20 |
| HSL | 350.91º | 0.39% | 0.67% | - |
| HSV(B) | 350.91º | 0.33% | 0.8% | - |
| XYZ | 38.84 | 32.69 | 31.87 | - |
| YUV | 157.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 147 | 0 | 0.33 | 0.28 | 0.20 | 350.91 | 0.39 | 0.67 |
| Hex | CB | 89 | 93 | 0 | 21 | 1C | 14 | 15F | 27 | 43 |
| Octal | 313 | 211 | 223 | 0 | 41 | 34 | 24 | 537 | 47 | 103 |
| Binary | 11001011 | 10001001 | 10010011 | 0 | 100001 | 11100 | 10100 | 101011111 | 100111 | 1000011 |
Color Harmonies of #CB8993
Complementary color
Monochromatic Colors of #CB8993
Black with #CB8993
Text Example
Text Example
White with #CB8993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8993; }
p { color: rgb(203,137,147); }
H1.HeaderClassName
{
color: #CB8993;
}
.AnyTagClassName
{
color: #CB8993;
}
</style>
background-color css
<style>
a { background-color: #CB8993; }
a { background-color: rgb(203,137,147); }
div.DivClassName
{
background-color: #CB8993;
}
.BgClassName
{
background-color: #CB8993;
}
</style>
border-color css
<style>
span { border-color: #CB8993; }
span { border-color: rgb(203,137,147); }
td.TdClassName
{
border-color: #CB8993;
}
.TagClassName
{
border-color: #CB8993;
}
</style>