Shades of Puce #C68292
Tints of Puce #C68292
RGB
CMYK
RGB Variations
Color information
#C68292 (or 0xC68292) is known color: Puce. HEX triplet: C6, 82 and 92. RGB value is (198,130,146). Sum of RGB (Red+Green+Blue) = 198+130+146=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C68292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68292 is #397D6D. Grayscale: #989898. Windows color (decimal): -3767662 or 9601734. OLE color: 9601734.
HSL color Cylindrical-coordinate representation of color #C68292: hue angle of 345.88º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C68292 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 146 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.22 |
| HSL | 345.88º | 0.37% | 0.64% | - |
| HSV(B) | 345.88º | 0.34% | 0.78% | - |
| XYZ | 36.46 | 30.05 | 31.07 | - |
| YUV | 152.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 146 | 0 | 0.34 | 0.26 | 0.22 | 345.88 | 0.37 | 0.64 |
| Hex | C6 | 82 | 92 | 0 | 22 | 1A | 16 | 15A | 25 | 40 |
| Octal | 306 | 202 | 222 | 0 | 42 | 32 | 26 | 532 | 45 | 100 |
| Binary | 11000110 | 10000010 | 10010010 | 0 | 100010 | 11010 | 10110 | 101011010 | 100101 | 1000000 |
Color Harmonies of #C68292
Complementary color
Monochromatic Colors of #C68292
Black with #C68292
Text Example
Text Example
White with #C68292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68292; }
p { color: rgb(198,130,146); }
H1.HeaderClassName
{
color: #C68292;
}
.AnyTagClassName
{
color: #C68292;
}
</style>
background-color css
<style>
a { background-color: #C68292; }
a { background-color: rgb(198,130,146); }
div.DivClassName
{
background-color: #C68292;
}
.BgClassName
{
background-color: #C68292;
}
</style>
border-color css
<style>
span { border-color: #C68292; }
span { border-color: rgb(198,130,146); }
td.TdClassName
{
border-color: #C68292;
}
.TagClassName
{
border-color: #C68292;
}
</style>