Shades of Puce #C68299
Tints of Puce #C68299
RGB
CMYK
RGB Variations
Color information
#C68299 (or 0xC68299) is known color: Puce. HEX triplet: C6, 82 and 99. RGB value is (198,130,153). Sum of RGB (Red+Green+Blue) = 198+130+153=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C68299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68299 is #397D66. Grayscale: #989898. Windows color (decimal): -3767655 or 10060486. OLE color: 10060486.
HSL color Cylindrical-coordinate representation of color #C68299: hue angle of 339.71º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C68299 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 153 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.22 |
| HSL | 339.71º | 0.37% | 0.64% | - |
| HSV(B) | 339.71º | 0.34% | 0.78% | - |
| XYZ | 37.02 | 30.27 | 34.03 | - |
| YUV | 152.95 | 128.03 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 153 | 0 | 0.34 | 0.23 | 0.22 | 339.71 | 0.37 | 0.64 |
| Hex | C6 | 82 | 99 | 0 | 22 | 17 | 16 | 154 | 25 | 40 |
| Octal | 306 | 202 | 231 | 0 | 42 | 27 | 26 | 524 | 45 | 100 |
| Binary | 11000110 | 10000010 | 10011001 | 0 | 100010 | 10111 | 10110 | 101010100 | 100101 | 1000000 |
Color Harmonies of #C68299
Complementary color
Monochromatic Colors of #C68299
Black with #C68299
Text Example
Text Example
White with #C68299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68299; }
p { color: rgb(198,130,153); }
H1.HeaderClassName
{
color: #C68299;
}
.AnyTagClassName
{
color: #C68299;
}
</style>
background-color css
<style>
a { background-color: #C68299; }
a { background-color: rgb(198,130,153); }
div.DivClassName
{
background-color: #C68299;
}
.BgClassName
{
background-color: #C68299;
}
</style>
border-color css
<style>
span { border-color: #C68299; }
span { border-color: rgb(198,130,153); }
td.TdClassName
{
border-color: #C68299;
}
.TagClassName
{
border-color: #C68299;
}
</style>