Shades of Puce #C78993
Tints of Puce #C78993
RGB
CMYK
RGB Variations
Color information
#C78993 (or 0xC78993) is known color: Puce. HEX triplet: C7, 89 and 93. RGB value is (199,137,147). Sum of RGB (Red+Green+Blue) = 199+137+147=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C78993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78993 is #38766C. Grayscale: #9C9C9C. Windows color (decimal): -3700333 or 9669063. OLE color: 9669063.
HSL color Cylindrical-coordinate representation of color #C78993: hue angle of 350.32º 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 #C78993 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 137 | 147 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.22 |
| HSL | 350.32º | 0.36% | 0.66% | - |
| HSV(B) | 350.32º | 0.31% | 0.78% | - |
| XYZ | 37.77 | 32.14 | 31.82 | - |
| YUV | 156.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 137 | 147 | 0 | 0.31 | 0.26 | 0.22 | 350.32 | 0.36 | 0.66 |
| Hex | C7 | 89 | 93 | 0 | 1F | 1A | 16 | 15E | 24 | 42 |
| Octal | 307 | 211 | 223 | 0 | 37 | 32 | 26 | 536 | 44 | 102 |
| Binary | 11000111 | 10001001 | 10010011 | 0 | 11111 | 11010 | 10110 | 101011110 | 100100 | 1000010 |
Color Harmonies of #C78993
Complementary color
Monochromatic Colors of #C78993
Black with #C78993
Text Example
Text Example
White with #C78993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78993; }
p { color: rgb(199,137,147); }
H1.HeaderClassName
{
color: #C78993;
}
.AnyTagClassName
{
color: #C78993;
}
</style>
background-color css
<style>
a { background-color: #C78993; }
a { background-color: rgb(199,137,147); }
div.DivClassName
{
background-color: #C78993;
}
.BgClassName
{
background-color: #C78993;
}
</style>
border-color css
<style>
span { border-color: #C78993; }
span { border-color: rgb(199,137,147); }
td.TdClassName
{
border-color: #C78993;
}
.TagClassName
{
border-color: #C78993;
}
</style>