Shades of Puce #C7858C
Tints of Puce #C7858C
RGB
CMYK
RGB Variations
Color information
#C7858C (or 0xC7858C) is known color: Puce. HEX triplet: C7, 85 and 8C. RGB value is (199,133,140). Sum of RGB (Red+Green+Blue) = 199+133+140=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7858C is #387A73. Grayscale: #999999. Windows color (decimal): -3701364 or 9209287. OLE color: 9209287.
HSL color Cylindrical-coordinate representation of color #C7858C: hue angle of 353.64º 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 #C7858C is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 140 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.22 |
| HSL | 353.64º | 0.37% | 0.65% | - |
| HSV(B) | 353.64º | 0.33% | 0.78% | - |
| XYZ | 36.67 | 30.81 | 28.83 | - |
| YUV | 153.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 140 | 0 | 0.33 | 0.30 | 0.22 | 353.64 | 0.37 | 0.65 |
| Hex | C7 | 85 | 8C | 0 | 21 | 1E | 16 | 162 | 25 | 41 |
| Octal | 307 | 205 | 214 | 0 | 41 | 36 | 26 | 542 | 45 | 101 |
| Binary | 11000111 | 10000101 | 10001100 | 0 | 100001 | 11110 | 10110 | 101100010 | 100101 | 1000001 |
Color Harmonies of #C7858C
Complementary color
Monochromatic Colors of #C7858C
Black with #C7858C
Text Example
Text Example
White with #C7858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7858C; }
p { color: rgb(199,133,140); }
H1.HeaderClassName
{
color: #C7858C;
}
.AnyTagClassName
{
color: #C7858C;
}
</style>
background-color css
<style>
a { background-color: #C7858C; }
a { background-color: rgb(199,133,140); }
div.DivClassName
{
background-color: #C7858C;
}
.BgClassName
{
background-color: #C7858C;
}
</style>
border-color css
<style>
span { border-color: #C7858C; }
span { border-color: rgb(199,133,140); }
td.TdClassName
{
border-color: #C7858C;
}
.TagClassName
{
border-color: #C7858C;
}
</style>