Shades of Puce #C68096
Tints of Puce #C68096
RGB
CMYK
RGB Variations
Color information
#C68096 (or 0xC68096) is known color: Puce. HEX triplet: C6, 80 and 96. RGB value is (198,128,150). Sum of RGB (Red+Green+Blue) = 198+128+150=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C68096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68096 is #397F69. Grayscale: #979797. Windows color (decimal): -3768170 or 9863366. OLE color: 9863366.
HSL color Cylindrical-coordinate representation of color #C68096: hue angle of 341.14º 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 #C68096 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 150 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.22 |
| HSL | 341.14º | 0.38% | 0.64% | - |
| HSV(B) | 341.14º | 0.35% | 0.78% | - |
| XYZ | 36.51 | 29.65 | 32.65 | - |
| YUV | 151.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 150 | 0 | 0.35 | 0.24 | 0.22 | 341.14 | 0.38 | 0.64 |
| Hex | C6 | 80 | 96 | 0 | 23 | 18 | 16 | 155 | 26 | 40 |
| Octal | 306 | 200 | 226 | 0 | 43 | 30 | 26 | 525 | 46 | 100 |
| Binary | 11000110 | 10000000 | 10010110 | 0 | 100011 | 11000 | 10110 | 101010101 | 100110 | 1000000 |
Color Harmonies of #C68096
Complementary color
Monochromatic Colors of #C68096
Black with #C68096
Text Example
Text Example
White with #C68096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68096; }
p { color: rgb(198,128,150); }
H1.HeaderClassName
{
color: #C68096;
}
.AnyTagClassName
{
color: #C68096;
}
</style>
background-color css
<style>
a { background-color: #C68096; }
a { background-color: rgb(198,128,150); }
div.DivClassName
{
background-color: #C68096;
}
.BgClassName
{
background-color: #C68096;
}
</style>
border-color css
<style>
span { border-color: #C68096; }
span { border-color: rgb(198,128,150); }
td.TdClassName
{
border-color: #C68096;
}
.TagClassName
{
border-color: #C68096;
}
</style>