Shades of Puce #CB8494
Tints of Puce #CB8494
RGB
CMYK
RGB Variations
Color information
#CB8494 (or 0xCB8494) is known color: Puce. HEX triplet: CB, 84 and 94. RGB value is (203,132,148). Sum of RGB (Red+Green+Blue) = 203+132+148=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8494 is #347B6B. Grayscale: #9B9B9B. Windows color (decimal): -3439468 or 9733323. OLE color: 9733323.
HSL color Cylindrical-coordinate representation of color #CB8494: hue angle of 346.48º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB8494 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 132 | 148 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.20 |
| HSL | 346.48º | 0.41% | 0.66% | - |
| HSV(B) | 346.48º | 0.35% | 0.8% | - |
| XYZ | 38.23 | 31.34 | 32.05 | - |
| YUV | 155.05 | 124.02 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 148 | 0 | 0.35 | 0.27 | 0.20 | 346.48 | 0.41 | 0.66 |
| Hex | CB | 84 | 94 | 0 | 23 | 1B | 14 | 15A | 29 | 42 |
| Octal | 313 | 204 | 224 | 0 | 43 | 33 | 24 | 532 | 51 | 102 |
| Binary | 11001011 | 10000100 | 10010100 | 0 | 100011 | 11011 | 10100 | 101011010 | 101001 | 1000010 |
Color Harmonies of #CB8494
Complementary color
Monochromatic Colors of #CB8494
Black with #CB8494
Text Example
Text Example
White with #CB8494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8494; }
p { color: rgb(203,132,148); }
H1.HeaderClassName
{
color: #CB8494;
}
.AnyTagClassName
{
color: #CB8494;
}
</style>
background-color css
<style>
a { background-color: #CB8494; }
a { background-color: rgb(203,132,148); }
div.DivClassName
{
background-color: #CB8494;
}
.BgClassName
{
background-color: #CB8494;
}
</style>
border-color css
<style>
span { border-color: #CB8494; }
span { border-color: rgb(203,132,148); }
td.TdClassName
{
border-color: #CB8494;
}
.TagClassName
{
border-color: #CB8494;
}
</style>