Shades of Puce #C7858F
Tints of Puce #C7858F
RGB
CMYK
RGB Variations
Color information
#C7858F (or 0xC7858F) is known color: Puce. HEX triplet: C7, 85 and 8F. RGB value is (199,133,143). Sum of RGB (Red+Green+Blue) = 199+133+143=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C7858F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7858F is #387A70. Grayscale: #999999. Windows color (decimal): -3701361 or 9405895. OLE color: 9405895.
HSL color Cylindrical-coordinate representation of color #C7858F: hue angle of 350.91º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C7858F is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 143 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.22 |
| HSL | 350.91º | 0.37% | 0.65% | - |
| HSV(B) | 350.91º | 0.33% | 0.78% | - |
| XYZ | 36.9 | 30.9 | 30.01 | - |
| YUV | 153.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 143 | 0 | 0.33 | 0.28 | 0.22 | 350.91 | 0.37 | 0.65 |
| Hex | C7 | 85 | 8F | 0 | 21 | 1C | 16 | 15F | 25 | 41 |
| Octal | 307 | 205 | 217 | 0 | 41 | 34 | 26 | 537 | 45 | 101 |
| Binary | 11000111 | 10000101 | 10001111 | 0 | 100001 | 11100 | 10110 | 101011111 | 100101 | 1000001 |
Color Harmonies of #C7858F
Complementary color
Monochromatic Colors of #C7858F
Black with #C7858F
Text Example
Text Example
White with #C7858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7858F; }
p { color: rgb(199,133,143); }
H1.HeaderClassName
{
color: #C7858F;
}
.AnyTagClassName
{
color: #C7858F;
}
</style>
background-color css
<style>
a { background-color: #C7858F; }
a { background-color: rgb(199,133,143); }
div.DivClassName
{
background-color: #C7858F;
}
.BgClassName
{
background-color: #C7858F;
}
</style>
border-color css
<style>
span { border-color: #C7858F; }
span { border-color: rgb(199,133,143); }
td.TdClassName
{
border-color: #C7858F;
}
.TagClassName
{
border-color: #C7858F;
}
</style>