Shades of Puce #C68399
Tints of Puce #C68399
RGB
CMYK
RGB Variations
Color information
#C68399 (or 0xC68399) is known color: Puce. HEX triplet: C6, 83 and 99. RGB value is (198,131,153). Sum of RGB (Red+Green+Blue) = 198+131+153=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C68399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68399 is #397C66. Grayscale: #999999. Windows color (decimal): -3767399 or 10060742. OLE color: 10060742.
HSL color Cylindrical-coordinate representation of color #C68399: hue angle of 340.3º 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 #C68399 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 153 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.22 |
| HSL | 340.3º | 0.37% | 0.65% | - |
| HSV(B) | 340.3º | 0.34% | 0.78% | - |
| XYZ | 37.15 | 30.54 | 34.07 | - |
| YUV | 153.54 | 127.7 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 153 | 0 | 0.34 | 0.23 | 0.22 | 340.3 | 0.37 | 0.65 |
| Hex | C6 | 83 | 99 | 0 | 22 | 17 | 16 | 154 | 25 | 41 |
| Octal | 306 | 203 | 231 | 0 | 42 | 27 | 26 | 524 | 45 | 101 |
| Binary | 11000110 | 10000011 | 10011001 | 0 | 100010 | 10111 | 10110 | 101010100 | 100101 | 1000001 |
Color Harmonies of #C68399
Complementary color
Monochromatic Colors of #C68399
Black with #C68399
Text Example
Text Example
White with #C68399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68399; }
p { color: rgb(198,131,153); }
H1.HeaderClassName
{
color: #C68399;
}
.AnyTagClassName
{
color: #C68399;
}
</style>
background-color css
<style>
a { background-color: #C68399; }
a { background-color: rgb(198,131,153); }
div.DivClassName
{
background-color: #C68399;
}
.BgClassName
{
background-color: #C68399;
}
</style>
border-color css
<style>
span { border-color: #C68399; }
span { border-color: rgb(198,131,153); }
td.TdClassName
{
border-color: #C68399;
}
.TagClassName
{
border-color: #C68399;
}
</style>