Shades of Puce #C7858A
Tints of Puce #C7858A
RGB
CMYK
RGB Variations
Color information
#C7858A (or 0xC7858A) is known color: Puce. HEX triplet: C7, 85 and 8A. RGB value is (199,133,138). Sum of RGB (Red+Green+Blue) = 199+133+138=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7858A is #387A75. Grayscale: #999999. Windows color (decimal): -3701366 or 9078215. OLE color: 9078215.
HSL color Cylindrical-coordinate representation of color #C7858A: hue angle of 355.45º 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 #C7858A is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 138 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.22 |
| HSL | 355.45º | 0.37% | 0.65% | - |
| HSV(B) | 355.45º | 0.33% | 0.78% | - |
| XYZ | 36.53 | 30.75 | 28.06 | - |
| YUV | 153.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 138 | 0 | 0.33 | 0.31 | 0.22 | 355.45 | 0.37 | 0.65 |
| Hex | C7 | 85 | 8A | 0 | 21 | 1F | 16 | 163 | 25 | 41 |
| Octal | 307 | 205 | 212 | 0 | 41 | 37 | 26 | 543 | 45 | 101 |
| Binary | 11000111 | 10000101 | 10001010 | 0 | 100001 | 11111 | 10110 | 101100011 | 100101 | 1000001 |
Color Harmonies of #C7858A
Complementary color
Monochromatic Colors of #C7858A
Black with #C7858A
Text Example
Text Example
White with #C7858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7858A; }
p { color: rgb(199,133,138); }
H1.HeaderClassName
{
color: #C7858A;
}
.AnyTagClassName
{
color: #C7858A;
}
</style>
background-color css
<style>
a { background-color: #C7858A; }
a { background-color: rgb(199,133,138); }
div.DivClassName
{
background-color: #C7858A;
}
.BgClassName
{
background-color: #C7858A;
}
</style>
border-color css
<style>
span { border-color: #C7858A; }
span { border-color: rgb(199,133,138); }
td.TdClassName
{
border-color: #C7858A;
}
.TagClassName
{
border-color: #C7858A;
}
</style>