Shades of Puce #C8819B
Tints of Puce #C8819B
RGB
CMYK
RGB Variations
Color information
#C8819B (or 0xC8819B) is known color: Puce. HEX triplet: C8, 81 and 9B. RGB value is (200,129,155). Sum of RGB (Red+Green+Blue) = 200+129+155=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C8819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8819B is #377E64. Grayscale: #999999. Windows color (decimal): -3636837 or 10191304. OLE color: 10191304.
HSL color Cylindrical-coordinate representation of color #C8819B: hue angle of 338.03º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C8819B is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 129 | 155 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.22 |
| HSL | 338.03º | 0.39% | 0.65% | - |
| HSV(B) | 338.03º | 0.36% | 0.78% | - |
| XYZ | 37.59 | 30.35 | 34.89 | - |
| YUV | 153.19 | 129.02 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 155 | 0 | 0.36 | 0.22 | 0.22 | 338.03 | 0.39 | 0.65 |
| Hex | C8 | 81 | 9B | 0 | 24 | 16 | 16 | 152 | 27 | 41 |
| Octal | 310 | 201 | 233 | 0 | 44 | 26 | 26 | 522 | 47 | 101 |
| Binary | 11001000 | 10000001 | 10011011 | 0 | 100100 | 10110 | 10110 | 101010010 | 100111 | 1000001 |
Color Harmonies of #C8819B
Complementary color
Monochromatic Colors of #C8819B
Black with #C8819B
Text Example
Text Example
White with #C8819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8819B; }
p { color: rgb(200,129,155); }
H1.HeaderClassName
{
color: #C8819B;
}
.AnyTagClassName
{
color: #C8819B;
}
</style>
background-color css
<style>
a { background-color: #C8819B; }
a { background-color: rgb(200,129,155); }
div.DivClassName
{
background-color: #C8819B;
}
.BgClassName
{
background-color: #C8819B;
}
</style>
border-color css
<style>
span { border-color: #C8819B; }
span { border-color: rgb(200,129,155); }
td.TdClassName
{
border-color: #C8819B;
}
.TagClassName
{
border-color: #C8819B;
}
</style>