Shades of Puce #C68499
Tints of Puce #C68499
RGB
CMYK
RGB Variations
Color information
#C68499 (or 0xC68499) is known color: Puce. HEX triplet: C6, 84 and 99. RGB value is (198,132,153). Sum of RGB (Red+Green+Blue) = 198+132+153=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C68499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68499 is #397B66. Grayscale: #9A9A9A. Windows color (decimal): -3767143 or 10060998. OLE color: 10060998.
HSL color Cylindrical-coordinate representation of color #C68499: hue angle of 340.91º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C68499 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 153 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.22 |
| HSL | 340.91º | 0.37% | 0.65% | - |
| HSV(B) | 340.91º | 0.33% | 0.78% | - |
| XYZ | 37.29 | 30.81 | 34.12 | - |
| YUV | 154.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 153 | 0 | 0.33 | 0.23 | 0.22 | 340.91 | 0.37 | 0.65 |
| Hex | C6 | 84 | 99 | 0 | 21 | 17 | 16 | 155 | 25 | 41 |
| Octal | 306 | 204 | 231 | 0 | 41 | 27 | 26 | 525 | 45 | 101 |
| Binary | 11000110 | 10000100 | 10011001 | 0 | 100001 | 10111 | 10110 | 101010101 | 100101 | 1000001 |
Color Harmonies of #C68499
Complementary color
Monochromatic Colors of #C68499
Black with #C68499
Text Example
Text Example
White with #C68499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68499; }
p { color: rgb(198,132,153); }
H1.HeaderClassName
{
color: #C68499;
}
.AnyTagClassName
{
color: #C68499;
}
</style>
background-color css
<style>
a { background-color: #C68499; }
a { background-color: rgb(198,132,153); }
div.DivClassName
{
background-color: #C68499;
}
.BgClassName
{
background-color: #C68499;
}
</style>
border-color css
<style>
span { border-color: #C68499; }
span { border-color: rgb(198,132,153); }
td.TdClassName
{
border-color: #C68499;
}
.TagClassName
{
border-color: #C68499;
}
</style>