Shades of Puce #C7838C
Tints of Puce #C7838C
RGB
CMYK
RGB Variations
Color information
#C7838C (or 0xC7838C) is known color: Puce. HEX triplet: C7, 83 and 8C. RGB value is (199,131,140). Sum of RGB (Red+Green+Blue) = 199+131+140=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7838C is #387C73. Grayscale: #989898. Windows color (decimal): -3701876 or 9208775. OLE color: 9208775.
HSL color Cylindrical-coordinate representation of color #C7838C: hue angle of 352.06º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7838C is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 131 | 140 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.22 |
| HSL | 352.06º | 0.38% | 0.65% | - |
| HSV(B) | 352.06º | 0.34% | 0.78% | - |
| XYZ | 36.4 | 30.27 | 28.73 | - |
| YUV | 152.36 | 121.03 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 131 | 140 | 0 | 0.34 | 0.30 | 0.22 | 352.06 | 0.38 | 0.65 |
| Hex | C7 | 83 | 8C | 0 | 22 | 1E | 16 | 160 | 26 | 41 |
| Octal | 307 | 203 | 214 | 0 | 42 | 36 | 26 | 540 | 46 | 101 |
| Binary | 11000111 | 10000011 | 10001100 | 0 | 100010 | 11110 | 10110 | 101100000 | 100110 | 1000001 |
Color Harmonies of #C7838C
Complementary color
Monochromatic Colors of #C7838C
Black with #C7838C
Text Example
Text Example
White with #C7838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7838C; }
p { color: rgb(199,131,140); }
H1.HeaderClassName
{
color: #C7838C;
}
.AnyTagClassName
{
color: #C7838C;
}
</style>
background-color css
<style>
a { background-color: #C7838C; }
a { background-color: rgb(199,131,140); }
div.DivClassName
{
background-color: #C7838C;
}
.BgClassName
{
background-color: #C7838C;
}
</style>
border-color css
<style>
span { border-color: #C7838C; }
span { border-color: rgb(199,131,140); }
td.TdClassName
{
border-color: #C7838C;
}
.TagClassName
{
border-color: #C7838C;
}
</style>