Shades of Puce #CB8394
Tints of Puce #CB8394
RGB
CMYK
RGB Variations
Color information
#CB8394 (or 0xCB8394) is known color: Puce. HEX triplet: CB, 83 and 94. RGB value is (203,131,148). Sum of RGB (Red+Green+Blue) = 203+131+148=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8394 is #347C6B. Grayscale: #9A9A9A. Windows color (decimal): -3439724 or 9733067. OLE color: 9733067.
HSL color Cylindrical-coordinate representation of color #CB8394: hue angle of 345.83º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB8394 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 131 | 148 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.20 |
| HSL | 345.83º | 0.41% | 0.65% | - |
| HSV(B) | 345.83º | 0.35% | 0.8% | - |
| XYZ | 38.09 | 31.07 | 32.01 | - |
| YUV | 154.47 | 124.35 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 148 | 0 | 0.35 | 0.27 | 0.20 | 345.83 | 0.41 | 0.65 |
| Hex | CB | 83 | 94 | 0 | 23 | 1B | 14 | 15A | 29 | 41 |
| Octal | 313 | 203 | 224 | 0 | 43 | 33 | 24 | 532 | 51 | 101 |
| Binary | 11001011 | 10000011 | 10010100 | 0 | 100011 | 11011 | 10100 | 101011010 | 101001 | 1000001 |
Color Harmonies of #CB8394
Complementary color
Monochromatic Colors of #CB8394
Black with #CB8394
Text Example
Text Example
White with #CB8394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8394; }
p { color: rgb(203,131,148); }
H1.HeaderClassName
{
color: #CB8394;
}
.AnyTagClassName
{
color: #CB8394;
}
</style>
background-color css
<style>
a { background-color: #CB8394; }
a { background-color: rgb(203,131,148); }
div.DivClassName
{
background-color: #CB8394;
}
.BgClassName
{
background-color: #CB8394;
}
</style>
border-color css
<style>
span { border-color: #CB8394; }
span { border-color: rgb(203,131,148); }
td.TdClassName
{
border-color: #CB8394;
}
.TagClassName
{
border-color: #CB8394;
}
</style>