Shades of Puce #C7898B
Tints of Puce #C7898B
RGB
CMYK
RGB Variations
Color information
#C7898B (or 0xC7898B) is known color: Puce. HEX triplet: C7, 89 and 8B. RGB value is (199,137,139). Sum of RGB (Red+Green+Blue) = 199+137+139=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C7898B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7898B is #387674. Grayscale: #9B9B9B. Windows color (decimal): -3700341 or 9144775. OLE color: 9144775.
HSL color Cylindrical-coordinate representation of color #C7898B: hue angle of 358.06º 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 #C7898B is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 137 | 139 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.22 |
| HSL | 358.06º | 0.36% | 0.66% | - |
| HSV(B) | 358.06º | 0.31% | 0.78% | - |
| XYZ | 37.16 | 31.9 | 28.62 | - |
| YUV | 155.77 | 118.54 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 137 | 139 | 0 | 0.31 | 0.30 | 0.22 | 358.06 | 0.36 | 0.66 |
| Hex | C7 | 89 | 8B | 0 | 1F | 1E | 16 | 166 | 24 | 42 |
| Octal | 307 | 211 | 213 | 0 | 37 | 36 | 26 | 546 | 44 | 102 |
| Binary | 11000111 | 10001001 | 10001011 | 0 | 11111 | 11110 | 10110 | 101100110 | 100100 | 1000010 |
Color Harmonies of #C7898B
Complementary color
Monochromatic Colors of #C7898B
Black with #C7898B
Text Example
Text Example
White with #C7898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7898B; }
p { color: rgb(199,137,139); }
H1.HeaderClassName
{
color: #C7898B;
}
.AnyTagClassName
{
color: #C7898B;
}
</style>
background-color css
<style>
a { background-color: #C7898B; }
a { background-color: rgb(199,137,139); }
div.DivClassName
{
background-color: #C7898B;
}
.BgClassName
{
background-color: #C7898B;
}
</style>
border-color css
<style>
span { border-color: #C7898B; }
span { border-color: rgb(199,137,139); }
td.TdClassName
{
border-color: #C7898B;
}
.TagClassName
{
border-color: #C7898B;
}
</style>