Shades of Puce #C68398
Tints of Puce #C68398
RGB
CMYK
RGB Variations
Color information
#C68398 (or 0xC68398) is known color: Puce. HEX triplet: C6, 83 and 98. RGB value is (198,131,152). Sum of RGB (Red+Green+Blue) = 198+131+152=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C68398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68398 is #397C67. Grayscale: #999999. Windows color (decimal): -3767400 or 9995206. OLE color: 9995206.
HSL color Cylindrical-coordinate representation of color #C68398: hue angle of 341.19º 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 #C68398 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 152 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.22 |
| HSL | 341.19º | 0.37% | 0.65% | - |
| HSV(B) | 341.19º | 0.34% | 0.78% | - |
| XYZ | 37.07 | 30.51 | 33.64 | - |
| YUV | 153.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 152 | 0 | 0.34 | 0.23 | 0.22 | 341.19 | 0.37 | 0.65 |
| Hex | C6 | 83 | 98 | 0 | 22 | 17 | 16 | 155 | 25 | 41 |
| Octal | 306 | 203 | 230 | 0 | 42 | 27 | 26 | 525 | 45 | 101 |
| Binary | 11000110 | 10000011 | 10011000 | 0 | 100010 | 10111 | 10110 | 101010101 | 100101 | 1000001 |
Color Harmonies of #C68398
Complementary color
Monochromatic Colors of #C68398
Black with #C68398
Text Example
Text Example
White with #C68398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68398; }
p { color: rgb(198,131,152); }
H1.HeaderClassName
{
color: #C68398;
}
.AnyTagClassName
{
color: #C68398;
}
</style>
background-color css
<style>
a { background-color: #C68398; }
a { background-color: rgb(198,131,152); }
div.DivClassName
{
background-color: #C68398;
}
.BgClassName
{
background-color: #C68398;
}
</style>
border-color css
<style>
span { border-color: #C68398; }
span { border-color: rgb(198,131,152); }
td.TdClassName
{
border-color: #C68398;
}
.TagClassName
{
border-color: #C68398;
}
</style>