Shades of Puce #C78992
Tints of Puce #C78992
RGB
CMYK
RGB Variations
Color information
#C78992 (or 0xC78992) is known color: Puce. HEX triplet: C7, 89 and 92. RGB value is (199,137,146). Sum of RGB (Red+Green+Blue) = 199+137+146=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C78992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78992 is #38766D. Grayscale: #9C9C9C. Windows color (decimal): -3700334 or 9603527. OLE color: 9603527.
HSL color Cylindrical-coordinate representation of color #C78992: hue angle of 351.29º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C78992 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 137 | 146 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.22 |
| HSL | 351.29º | 0.36% | 0.66% | - |
| HSV(B) | 351.29º | 0.31% | 0.78% | - |
| XYZ | 37.69 | 32.11 | 31.41 | - |
| YUV | 156.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 137 | 146 | 0 | 0.31 | 0.27 | 0.22 | 351.29 | 0.36 | 0.66 |
| Hex | C7 | 89 | 92 | 0 | 1F | 1B | 16 | 15F | 24 | 42 |
| Octal | 307 | 211 | 222 | 0 | 37 | 33 | 26 | 537 | 44 | 102 |
| Binary | 11000111 | 10001001 | 10010010 | 0 | 11111 | 11011 | 10110 | 101011111 | 100100 | 1000010 |
Color Harmonies of #C78992
Complementary color
Monochromatic Colors of #C78992
Black with #C78992
Text Example
Text Example
White with #C78992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78992; }
p { color: rgb(199,137,146); }
H1.HeaderClassName
{
color: #C78992;
}
.AnyTagClassName
{
color: #C78992;
}
</style>
background-color css
<style>
a { background-color: #C78992; }
a { background-color: rgb(199,137,146); }
div.DivClassName
{
background-color: #C78992;
}
.BgClassName
{
background-color: #C78992;
}
</style>
border-color css
<style>
span { border-color: #C78992; }
span { border-color: rgb(199,137,146); }
td.TdClassName
{
border-color: #C78992;
}
.TagClassName
{
border-color: #C78992;
}
</style>