Shades of Puce #C7898D
Tints of Puce #C7898D
RGB
CMYK
RGB Variations
Color information
#C7898D (or 0xC7898D) is known color: Puce. HEX triplet: C7, 89 and 8D. RGB value is (199,137,141). Sum of RGB (Red+Green+Blue) = 199+137+141=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C7898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7898D is #387672. Grayscale: #9C9C9C. Windows color (decimal): -3700339 or 9275847. OLE color: 9275847.
HSL color Cylindrical-coordinate representation of color #C7898D: hue angle of 356.13º 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 #C7898D is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 137 | 141 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.22 |
| HSL | 356.13º | 0.36% | 0.66% | - |
| HSV(B) | 356.13º | 0.31% | 0.78% | - |
| XYZ | 37.31 | 31.96 | 29.4 | - |
| YUV | 155.99 | 119.54 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 137 | 141 | 0 | 0.31 | 0.29 | 0.22 | 356.13 | 0.36 | 0.66 |
| Hex | C7 | 89 | 8D | 0 | 1F | 1D | 16 | 164 | 24 | 42 |
| Octal | 307 | 211 | 215 | 0 | 37 | 35 | 26 | 544 | 44 | 102 |
| Binary | 11000111 | 10001001 | 10001101 | 0 | 11111 | 11101 | 10110 | 101100100 | 100100 | 1000010 |
Color Harmonies of #C7898D
Complementary color
Monochromatic Colors of #C7898D
Black with #C7898D
Text Example
Text Example
White with #C7898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7898D; }
p { color: rgb(199,137,141); }
H1.HeaderClassName
{
color: #C7898D;
}
.AnyTagClassName
{
color: #C7898D;
}
</style>
background-color css
<style>
a { background-color: #C7898D; }
a { background-color: rgb(199,137,141); }
div.DivClassName
{
background-color: #C7898D;
}
.BgClassName
{
background-color: #C7898D;
}
</style>
border-color css
<style>
span { border-color: #C7898D; }
span { border-color: rgb(199,137,141); }
td.TdClassName
{
border-color: #C7898D;
}
.TagClassName
{
border-color: #C7898D;
}
</style>