Shades of Puce #C6838A
Tints of Puce #C6838A
RGB
CMYK
RGB Variations
Color information
#C6838A (or 0xC6838A) is known color: Puce. HEX triplet: C6, 83 and 8A. RGB value is (198,131,138). Sum of RGB (Red+Green+Blue) = 198+131+138=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C6838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6838A is #397C75. Grayscale: #979797. Windows color (decimal): -3767414 or 9077702. OLE color: 9077702.
HSL color Cylindrical-coordinate representation of color #C6838A: hue angle of 353.73º 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 #C6838A is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 138 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.22 |
| HSL | 353.73º | 0.37% | 0.65% | - |
| HSV(B) | 353.73º | 0.34% | 0.78% | - |
| XYZ | 35.99 | 30.07 | 27.95 | - |
| YUV | 151.83 | 120.2 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 138 | 0 | 0.34 | 0.30 | 0.22 | 353.73 | 0.37 | 0.65 |
| Hex | C6 | 83 | 8A | 0 | 22 | 1E | 16 | 162 | 25 | 41 |
| Octal | 306 | 203 | 212 | 0 | 42 | 36 | 26 | 542 | 45 | 101 |
| Binary | 11000110 | 10000011 | 10001010 | 0 | 100010 | 11110 | 10110 | 101100010 | 100101 | 1000001 |
Color Harmonies of #C6838A
Complementary color
Monochromatic Colors of #C6838A
Black with #C6838A
Text Example
Text Example
White with #C6838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6838A; }
p { color: rgb(198,131,138); }
H1.HeaderClassName
{
color: #C6838A;
}
.AnyTagClassName
{
color: #C6838A;
}
</style>
background-color css
<style>
a { background-color: #C6838A; }
a { background-color: rgb(198,131,138); }
div.DivClassName
{
background-color: #C6838A;
}
.BgClassName
{
background-color: #C6838A;
}
</style>
border-color css
<style>
span { border-color: #C6838A; }
span { border-color: rgb(198,131,138); }
td.TdClassName
{
border-color: #C6838A;
}
.TagClassName
{
border-color: #C6838A;
}
</style>