Shades of Puce #C78A8D
Tints of Puce #C78A8D
RGB
CMYK
RGB Variations
Color information
#C78A8D (or 0xC78A8D) is known color: Puce. HEX triplet: C7, 8A and 8D. RGB value is (199,138,141). Sum of RGB (Red+Green+Blue) = 199+138+141=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C78A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78A8D is #387572. Grayscale: #9C9C9C. Windows color (decimal): -3700083 or 9276103. OLE color: 9276103.
HSL color Cylindrical-coordinate representation of color #C78A8D: hue angle of 357.05º 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 #C78A8D is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 138 | 141 | - |
CMYK | 0 | 0.31 | 0.29 | 0.22 |
HSL | 357.05º | 0.35% | 0.66% | - |
HSV(B) | 357.05º | 0.31% | 0.78% | - |
XYZ | 37.45 | 32.24 | 29.45 | - |
YUV | 156.58 | 119.21 | 158.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 138 | 141 | 0 | 0.31 | 0.29 | 0.22 | 357.05 | 0.35 | 0.66 |
Hex | C7 | 8A | 8D | 0 | 1F | 1D | 16 | 165 | 23 | 42 |
Octal | 307 | 212 | 215 | 0 | 37 | 35 | 26 | 545 | 43 | 102 |
Binary | 11000111 | 10001010 | 10001101 | 0 | 11111 | 11101 | 10110 | 101100101 | 100011 | 1000010 |
Color Harmonies of #C78A8D
Complementary color
Monochromatic Colors of #C78A8D
Black with #C78A8D
Text Example
Text Example
White with #C78A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78A8D; }
p { color: rgb(199,138,141); }
H1.HeaderClassName
{
color: #C78A8D;
}
.AnyTagClassName
{
color: #C78A8D;
}
</style>
background-color css
<style>
a { background-color: #C78A8D; }
a { background-color: rgb(199,138,141); }
div.DivClassName
{
background-color: #C78A8D;
}
.BgClassName
{
background-color: #C78A8D;
}
</style>
border-color css
<style>
span { border-color: #C78A8D; }
span { border-color: rgb(199,138,141); }
td.TdClassName
{
border-color: #C78A8D;
}
.TagClassName
{
border-color: #C78A8D;
}
</style>