Shades of Puce #CB8794
Tints of Puce #CB8794
RGB
CMYK
RGB Variations
Color information
#CB8794 (or 0xCB8794) is known color: Puce. HEX triplet: CB, 87 and 94. RGB value is (203,135,148). Sum of RGB (Red+Green+Blue) = 203+135+148=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8794 is #34786B. Grayscale: #9C9C9C. Windows color (decimal): -3438700 or 9734091. OLE color: 9734091.
HSL color Cylindrical-coordinate representation of color #CB8794: hue angle of 348.53º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB8794 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 135 | 148 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.20 |
| HSL | 348.53º | 0.4% | 0.66% | - |
| HSV(B) | 348.53º | 0.33% | 0.8% | - |
| XYZ | 38.64 | 32.16 | 32.19 | - |
| YUV | 156.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 148 | 0 | 0.33 | 0.27 | 0.20 | 348.53 | 0.4 | 0.66 |
| Hex | CB | 87 | 94 | 0 | 21 | 1B | 14 | 15D | 28 | 42 |
| Octal | 313 | 207 | 224 | 0 | 41 | 33 | 24 | 535 | 50 | 102 |
| Binary | 11001011 | 10000111 | 10010100 | 0 | 100001 | 11011 | 10100 | 101011101 | 101000 | 1000010 |
Color Harmonies of #CB8794
Complementary color
Monochromatic Colors of #CB8794
Black with #CB8794
Text Example
Text Example
White with #CB8794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8794; }
p { color: rgb(203,135,148); }
H1.HeaderClassName
{
color: #CB8794;
}
.AnyTagClassName
{
color: #CB8794;
}
</style>
background-color css
<style>
a { background-color: #CB8794; }
a { background-color: rgb(203,135,148); }
div.DivClassName
{
background-color: #CB8794;
}
.BgClassName
{
background-color: #CB8794;
}
</style>
border-color css
<style>
span { border-color: #CB8794; }
span { border-color: rgb(203,135,148); }
td.TdClassName
{
border-color: #CB8794;
}
.TagClassName
{
border-color: #CB8794;
}
</style>