Shades of Puce #C6859A
Tints of Puce #C6859A
RGB
CMYK
RGB Variations
Color information
#C6859A (or 0xC6859A) is known color: Puce. HEX triplet: C6, 85 and 9A. RGB value is (198,133,154). Sum of RGB (Red+Green+Blue) = 198+133+154=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C6859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6859A is #397A65. Grayscale: #9A9A9A. Windows color (decimal): -3766886 or 10126790. OLE color: 10126790.
HSL color Cylindrical-coordinate representation of color #C6859A: hue angle of 340.62º degrees, saturation: 0.36, 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 #C6859A is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 154 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.22 |
| HSL | 340.62º | 0.36% | 0.65% | - |
| HSV(B) | 340.62º | 0.33% | 0.78% | - |
| XYZ | 37.51 | 31.11 | 34.6 | - |
| YUV | 154.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 154 | 0 | 0.33 | 0.22 | 0.22 | 340.62 | 0.36 | 0.65 |
| Hex | C6 | 85 | 9A | 0 | 21 | 16 | 16 | 155 | 24 | 41 |
| Octal | 306 | 205 | 232 | 0 | 41 | 26 | 26 | 525 | 44 | 101 |
| Binary | 11000110 | 10000101 | 10011010 | 0 | 100001 | 10110 | 10110 | 101010101 | 100100 | 1000001 |
Color Harmonies of #C6859A
Complementary color
Monochromatic Colors of #C6859A
Black with #C6859A
Text Example
Text Example
White with #C6859A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6859A; }
p { color: rgb(198,133,154); }
H1.HeaderClassName
{
color: #C6859A;
}
.AnyTagClassName
{
color: #C6859A;
}
</style>
background-color css
<style>
a { background-color: #C6859A; }
a { background-color: rgb(198,133,154); }
div.DivClassName
{
background-color: #C6859A;
}
.BgClassName
{
background-color: #C6859A;
}
</style>
border-color css
<style>
span { border-color: #C6859A; }
span { border-color: rgb(198,133,154); }
td.TdClassName
{
border-color: #C6859A;
}
.TagClassName
{
border-color: #C6859A;
}
</style>