Shades of Puce #C78A90
Tints of Puce #C78A90
RGB
CMYK
RGB Variations
Color information
#C78A90 (or 0xC78A90) is known color: Puce. HEX triplet: C7, 8A and 90. RGB value is (199,138,144). Sum of RGB (Red+Green+Blue) = 199+138+144=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C78A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78A90 is #38756F. Grayscale: #9C9C9C. Windows color (decimal): -3700080 or 9472711. OLE color: 9472711.
HSL color Cylindrical-coordinate representation of color #C78A90: hue angle of 354.1º degrees, saturation: 0.35, 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 #C78A90 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 138 | 144 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.22 |
| HSL | 354.1º | 0.35% | 0.66% | - |
| HSV(B) | 354.1º | 0.31% | 0.78% | - |
| XYZ | 37.68 | 32.33 | 30.64 | - |
| YUV | 156.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 144 | 0 | 0.31 | 0.28 | 0.22 | 354.1 | 0.35 | 0.66 |
| Hex | C7 | 8A | 90 | 0 | 1F | 1C | 16 | 162 | 23 | 42 |
| Octal | 307 | 212 | 220 | 0 | 37 | 34 | 26 | 542 | 43 | 102 |
| Binary | 11000111 | 10001010 | 10010000 | 0 | 11111 | 11100 | 10110 | 101100010 | 100011 | 1000010 |
Color Harmonies of #C78A90
Complementary color
Monochromatic Colors of #C78A90
Black with #C78A90
Text Example
Text Example
White with #C78A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78A90; }
p { color: rgb(199,138,144); }
H1.HeaderClassName
{
color: #C78A90;
}
.AnyTagClassName
{
color: #C78A90;
}
</style>
background-color css
<style>
a { background-color: #C78A90; }
a { background-color: rgb(199,138,144); }
div.DivClassName
{
background-color: #C78A90;
}
.BgClassName
{
background-color: #C78A90;
}
</style>
border-color css
<style>
span { border-color: #C78A90; }
span { border-color: rgb(199,138,144); }
td.TdClassName
{
border-color: #C78A90;
}
.TagClassName
{
border-color: #C78A90;
}
</style>