Shades of Puce #C8849B
Tints of Puce #C8849B
RGB
CMYK
RGB Variations
Color information
#C8849B (or 0xC8849B) is known color: Puce. HEX triplet: C8, 84 and 9B. RGB value is (200,132,155). Sum of RGB (Red+Green+Blue) = 200+132+155=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C8849B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8849B is #377B64. Grayscale: #9A9A9A. Windows color (decimal): -3636069 or 10192072. OLE color: 10192072.
HSL color Cylindrical-coordinate representation of color #C8849B: hue angle of 339.71º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C8849B is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 155 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.22 |
| HSL | 339.71º | 0.38% | 0.65% | - |
| HSV(B) | 339.71º | 0.34% | 0.78% | - |
| XYZ | 37.99 | 31.15 | 35.02 | - |
| YUV | 154.95 | 128.03 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 155 | 0 | 0.34 | 0.22 | 0.22 | 339.71 | 0.38 | 0.65 |
| Hex | C8 | 84 | 9B | 0 | 22 | 16 | 16 | 154 | 26 | 41 |
| Octal | 310 | 204 | 233 | 0 | 42 | 26 | 26 | 524 | 46 | 101 |
| Binary | 11001000 | 10000100 | 10011011 | 0 | 100010 | 10110 | 10110 | 101010100 | 100110 | 1000001 |
Color Harmonies of #C8849B
Complementary color
Monochromatic Colors of #C8849B
Black with #C8849B
Text Example
Text Example
White with #C8849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8849B; }
p { color: rgb(200,132,155); }
H1.HeaderClassName
{
color: #C8849B;
}
.AnyTagClassName
{
color: #C8849B;
}
</style>
background-color css
<style>
a { background-color: #C8849B; }
a { background-color: rgb(200,132,155); }
div.DivClassName
{
background-color: #C8849B;
}
.BgClassName
{
background-color: #C8849B;
}
</style>
border-color css
<style>
span { border-color: #C8849B; }
span { border-color: rgb(200,132,155); }
td.TdClassName
{
border-color: #C8849B;
}
.TagClassName
{
border-color: #C8849B;
}
</style>