Shades of Puce #C8809F
Tints of Puce #C8809F
RGB
CMYK
RGB Variations
Color information
#C8809F (or 0xC8809F) is known color: Puce. HEX triplet: C8, 80 and 9F. RGB value is (200,128,159). Sum of RGB (Red+Green+Blue) = 200+128+159=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C8809F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8809F is #377F60. Grayscale: #999999. Windows color (decimal): -3637089 or 10453192. OLE color: 10453192.
HSL color Cylindrical-coordinate representation of color #C8809F: hue angle of 334.17º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C8809F is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 159 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.22 |
| HSL | 334.17º | 0.4% | 0.64% | - |
| HSV(B) | 334.17º | 0.36% | 0.78% | - |
| XYZ | 37.8 | 30.22 | 36.64 | - |
| YUV | 153.06 | 131.35 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 159 | 0 | 0.36 | 0.20 | 0.22 | 334.17 | 0.4 | 0.64 |
| Hex | C8 | 80 | 9F | 0 | 24 | 14 | 16 | 14E | 28 | 40 |
| Octal | 310 | 200 | 237 | 0 | 44 | 24 | 26 | 516 | 50 | 100 |
| Binary | 11001000 | 10000000 | 10011111 | 0 | 100100 | 10100 | 10110 | 101001110 | 101000 | 1000000 |
Color Harmonies of #C8809F
Complementary color
Monochromatic Colors of #C8809F
Black with #C8809F
Text Example
Text Example
White with #C8809F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8809F; }
p { color: rgb(200,128,159); }
H1.HeaderClassName
{
color: #C8809F;
}
.AnyTagClassName
{
color: #C8809F;
}
</style>
background-color css
<style>
a { background-color: #C8809F; }
a { background-color: rgb(200,128,159); }
div.DivClassName
{
background-color: #C8809F;
}
.BgClassName
{
background-color: #C8809F;
}
</style>
border-color css
<style>
span { border-color: #C8809F; }
span { border-color: rgb(200,128,159); }
td.TdClassName
{
border-color: #C8809F;
}
.TagClassName
{
border-color: #C8809F;
}
</style>