Shades of Puce #C78990
Tints of Puce #C78990
RGB
CMYK
RGB Variations
Color information
#C78990 (or 0xC78990) is known color: Puce. HEX triplet: C7, 89 and 90. RGB value is (199,137,144). Sum of RGB (Red+Green+Blue) = 199+137+144=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 137 (53.91% from 255 or 28.54% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C78990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78990 is #38766F. Grayscale: #9C9C9C. Windows color (decimal): -3700336 or 9472455. OLE color: 9472455.
HSL color Cylindrical-coordinate representation of color #C78990: hue angle of 353.23º 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 #C78990 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 137 | 144 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.22 |
| HSL | 353.23º | 0.36% | 0.66% | - |
| HSV(B) | 353.23º | 0.31% | 0.78% | - |
| XYZ | 37.53 | 32.05 | 30.59 | - |
| YUV | 156.34 | 121.04 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 137 | 144 | 0 | 0.31 | 0.28 | 0.22 | 353.23 | 0.36 | 0.66 |
| Hex | C7 | 89 | 90 | 0 | 1F | 1C | 16 | 161 | 24 | 42 |
| Octal | 307 | 211 | 220 | 0 | 37 | 34 | 26 | 541 | 44 | 102 |
| Binary | 11000111 | 10001001 | 10010000 | 0 | 11111 | 11100 | 10110 | 101100001 | 100100 | 1000010 |
Color Harmonies of #C78990
Complementary color
Monochromatic Colors of #C78990
Black with #C78990
Text Example
Text Example
White with #C78990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78990; }
p { color: rgb(199,137,144); }
H1.HeaderClassName
{
color: #C78990;
}
.AnyTagClassName
{
color: #C78990;
}
</style>
background-color css
<style>
a { background-color: #C78990; }
a { background-color: rgb(199,137,144); }
div.DivClassName
{
background-color: #C78990;
}
.BgClassName
{
background-color: #C78990;
}
</style>
border-color css
<style>
span { border-color: #C78990; }
span { border-color: rgb(199,137,144); }
td.TdClassName
{
border-color: #C78990;
}
.TagClassName
{
border-color: #C78990;
}
</style>