Shades of Puce #C68396
Tints of Puce #C68396
RGB
CMYK
RGB Variations
Color information
#C68396 (or 0xC68396) is known color: Puce. HEX triplet: C6, 83 and 96. RGB value is (198,131,150). Sum of RGB (Red+Green+Blue) = 198+131+150=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C68396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68396 is #397C69. Grayscale: #999999. Windows color (decimal): -3767402 or 9864134. OLE color: 9864134.
HSL color Cylindrical-coordinate representation of color #C68396: hue angle of 342.99º degrees, saturation: 0.37, 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 #C68396 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 150 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.22 |
| HSL | 342.99º | 0.37% | 0.65% | - |
| HSV(B) | 342.99º | 0.34% | 0.78% | - |
| XYZ | 36.91 | 30.44 | 32.78 | - |
| YUV | 153.2 | 126.2 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 150 | 0 | 0.34 | 0.24 | 0.22 | 342.99 | 0.37 | 0.65 |
| Hex | C6 | 83 | 96 | 0 | 22 | 18 | 16 | 157 | 25 | 41 |
| Octal | 306 | 203 | 226 | 0 | 42 | 30 | 26 | 527 | 45 | 101 |
| Binary | 11000110 | 10000011 | 10010110 | 0 | 100010 | 11000 | 10110 | 101010111 | 100101 | 1000001 |
Color Harmonies of #C68396
Complementary color
Monochromatic Colors of #C68396
Black with #C68396
Text Example
Text Example
White with #C68396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68396; }
p { color: rgb(198,131,150); }
H1.HeaderClassName
{
color: #C68396;
}
.AnyTagClassName
{
color: #C68396;
}
</style>
background-color css
<style>
a { background-color: #C68396; }
a { background-color: rgb(198,131,150); }
div.DivClassName
{
background-color: #C68396;
}
.BgClassName
{
background-color: #C68396;
}
</style>
border-color css
<style>
span { border-color: #C68396; }
span { border-color: rgb(198,131,150); }
td.TdClassName
{
border-color: #C68396;
}
.TagClassName
{
border-color: #C68396;
}
</style>