Shades of Puce #C78A9A
Tints of Puce #C78A9A
RGB
CMYK
RGB Variations
Color information
#C78A9A (or 0xC78A9A) is known color: Puce. HEX triplet: C7, 8A and 9A. RGB value is (199,138,154). Sum of RGB (Red+Green+Blue) = 199+138+154=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C78A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78A9A is #387565. Grayscale: #9E9E9E. Windows color (decimal): -3700070 or 10128071. OLE color: 10128071.
HSL color Cylindrical-coordinate representation of color #C78A9A: hue angle of 344.26º 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 #C78A9A is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 138 | 154 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.22 |
| HSL | 344.26º | 0.35% | 0.66% | - |
| HSV(B) | 344.26º | 0.31% | 0.78% | - |
| XYZ | 38.47 | 32.65 | 34.85 | - |
| YUV | 158.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 154 | 0 | 0.31 | 0.23 | 0.22 | 344.26 | 0.35 | 0.66 |
| Hex | C7 | 8A | 9A | 0 | 1F | 17 | 16 | 158 | 23 | 42 |
| Octal | 307 | 212 | 232 | 0 | 37 | 27 | 26 | 530 | 43 | 102 |
| Binary | 11000111 | 10001010 | 10011010 | 0 | 11111 | 10111 | 10110 | 101011000 | 100011 | 1000010 |
Color Harmonies of #C78A9A
Complementary color
Monochromatic Colors of #C78A9A
Black with #C78A9A
Text Example
Text Example
White with #C78A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78A9A; }
p { color: rgb(199,138,154); }
H1.HeaderClassName
{
color: #C78A9A;
}
.AnyTagClassName
{
color: #C78A9A;
}
</style>
background-color css
<style>
a { background-color: #C78A9A; }
a { background-color: rgb(199,138,154); }
div.DivClassName
{
background-color: #C78A9A;
}
.BgClassName
{
background-color: #C78A9A;
}
</style>
border-color css
<style>
span { border-color: #C78A9A; }
span { border-color: rgb(199,138,154); }
td.TdClassName
{
border-color: #C78A9A;
}
.TagClassName
{
border-color: #C78A9A;
}
</style>