Shades of Puce #C7808E
Tints of Puce #C7808E
RGB
CMYK
RGB Variations
Color information
#C7808E (or 0xC7808E) is known color: Puce. HEX triplet: C7, 80 and 8E. RGB value is (199,128,142). Sum of RGB (Red+Green+Blue) = 199+128+142=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C7808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7808E is #387F71. Grayscale: #969696. Windows color (decimal): -3702642 or 9339079. OLE color: 9339079.
HSL color Cylindrical-coordinate representation of color #C7808E: hue angle of 348.17º degrees, saturation: 0.39, 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 #C7808E is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 128 | 142 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.22 |
| HSL | 348.17º | 0.39% | 0.64% | - |
| HSV(B) | 348.17º | 0.36% | 0.78% | - |
| XYZ | 36.15 | 29.53 | 29.39 | - |
| YUV | 150.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 128 | 142 | 0 | 0.36 | 0.29 | 0.22 | 348.17 | 0.39 | 0.64 |
| Hex | C7 | 80 | 8E | 0 | 24 | 1D | 16 | 15C | 27 | 40 |
| Octal | 307 | 200 | 216 | 0 | 44 | 35 | 26 | 534 | 47 | 100 |
| Binary | 11000111 | 10000000 | 10001110 | 0 | 100100 | 11101 | 10110 | 101011100 | 100111 | 1000000 |
Color Harmonies of #C7808E
Complementary color
Monochromatic Colors of #C7808E
Black with #C7808E
Text Example
Text Example
White with #C7808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7808E; }
p { color: rgb(199,128,142); }
H1.HeaderClassName
{
color: #C7808E;
}
.AnyTagClassName
{
color: #C7808E;
}
</style>
background-color css
<style>
a { background-color: #C7808E; }
a { background-color: rgb(199,128,142); }
div.DivClassName
{
background-color: #C7808E;
}
.BgClassName
{
background-color: #C7808E;
}
</style>
border-color css
<style>
span { border-color: #C7808E; }
span { border-color: rgb(199,128,142); }
td.TdClassName
{
border-color: #C7808E;
}
.TagClassName
{
border-color: #C7808E;
}
</style>