Shades of Puce #C7828B
Tints of Puce #C7828B
RGB
CMYK
RGB Variations
Color information
#C7828B (or 0xC7828B) is known color: Puce. HEX triplet: C7, 82 and 8B. RGB value is (199,130,139). Sum of RGB (Red+Green+Blue) = 199+130+139=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C7828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7828B is #387D74. Grayscale: #979797. Windows color (decimal): -3702133 or 9142983. OLE color: 9142983.
HSL color Cylindrical-coordinate representation of color #C7828B: hue angle of 352.17º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C7828B is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 139 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.22 |
| HSL | 352.17º | 0.38% | 0.65% | - |
| HSV(B) | 352.17º | 0.35% | 0.78% | - |
| XYZ | 36.2 | 29.97 | 28.3 | - |
| YUV | 151.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 139 | 0 | 0.35 | 0.30 | 0.22 | 352.17 | 0.38 | 0.65 |
| Hex | C7 | 82 | 8B | 0 | 23 | 1E | 16 | 160 | 26 | 41 |
| Octal | 307 | 202 | 213 | 0 | 43 | 36 | 26 | 540 | 46 | 101 |
| Binary | 11000111 | 10000010 | 10001011 | 0 | 100011 | 11110 | 10110 | 101100000 | 100110 | 1000001 |
Color Harmonies of #C7828B
Complementary color
Monochromatic Colors of #C7828B
Black with #C7828B
Text Example
Text Example
White with #C7828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7828B; }
p { color: rgb(199,130,139); }
H1.HeaderClassName
{
color: #C7828B;
}
.AnyTagClassName
{
color: #C7828B;
}
</style>
background-color css
<style>
a { background-color: #C7828B; }
a { background-color: rgb(199,130,139); }
div.DivClassName
{
background-color: #C7828B;
}
.BgClassName
{
background-color: #C7828B;
}
</style>
border-color css
<style>
span { border-color: #C7828B; }
span { border-color: rgb(199,130,139); }
td.TdClassName
{
border-color: #C7828B;
}
.TagClassName
{
border-color: #C7828B;
}
</style>