Shades of Puce #C68095
Tints of Puce #C68095
RGB
CMYK
RGB Variations
Color information
#C68095 (or 0xC68095) is known color: Puce. HEX triplet: C6, 80 and 95. RGB value is (198,128,149). Sum of RGB (Red+Green+Blue) = 198+128+149=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C68095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68095 is #397F6A. Grayscale: #979797. Windows color (decimal): -3768171 or 9797830. OLE color: 9797830.
HSL color Cylindrical-coordinate representation of color #C68095: hue angle of 342º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C68095 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 149 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.22 |
| HSL | 342º | 0.38% | 0.64% | - |
| HSV(B) | 342º | 0.35% | 0.78% | - |
| XYZ | 36.43 | 29.61 | 32.23 | - |
| YUV | 151.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 149 | 0 | 0.35 | 0.25 | 0.22 | 342 | 0.38 | 0.64 |
| Hex | C6 | 80 | 95 | 0 | 23 | 19 | 16 | 156 | 26 | 40 |
| Octal | 306 | 200 | 225 | 0 | 43 | 31 | 26 | 526 | 46 | 100 |
| Binary | 11000110 | 10000000 | 10010101 | 0 | 100011 | 11001 | 10110 | 101010110 | 100110 | 1000000 |
Color Harmonies of #C68095
Complementary color
Monochromatic Colors of #C68095
Black with #C68095
Text Example
Text Example
White with #C68095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68095; }
p { color: rgb(198,128,149); }
H1.HeaderClassName
{
color: #C68095;
}
.AnyTagClassName
{
color: #C68095;
}
</style>
background-color css
<style>
a { background-color: #C68095; }
a { background-color: rgb(198,128,149); }
div.DivClassName
{
background-color: #C68095;
}
.BgClassName
{
background-color: #C68095;
}
</style>
border-color css
<style>
span { border-color: #C68095; }
span { border-color: rgb(198,128,149); }
td.TdClassName
{
border-color: #C68095;
}
.TagClassName
{
border-color: #C68095;
}
</style>