Shades of Puce #C6818D
Tints of Puce #C6818D
RGB
CMYK
RGB Variations
Color information
#C6818D (or 0xC6818D) is known color: Puce. HEX triplet: C6, 81 and 8D. RGB value is (198,129,141). Sum of RGB (Red+Green+Blue) = 198+129+141=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C6818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6818D is #397E72. Grayscale: #979797. Windows color (decimal): -3767923 or 9273798. OLE color: 9273798.
HSL color Cylindrical-coordinate representation of color #C6818D: hue angle of 349.57º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C6818D is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 141 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.22 |
| HSL | 349.57º | 0.38% | 0.64% | - |
| HSV(B) | 349.57º | 0.35% | 0.78% | - |
| XYZ | 35.95 | 29.63 | 29.02 | - |
| YUV | 151 | 122.36 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 141 | 0 | 0.35 | 0.29 | 0.22 | 349.57 | 0.38 | 0.64 |
| Hex | C6 | 81 | 8D | 0 | 23 | 1D | 16 | 15E | 26 | 40 |
| Octal | 306 | 201 | 215 | 0 | 43 | 35 | 26 | 536 | 46 | 100 |
| Binary | 11000110 | 10000001 | 10001101 | 0 | 100011 | 11101 | 10110 | 101011110 | 100110 | 1000000 |
Color Harmonies of #C6818D
Complementary color
Monochromatic Colors of #C6818D
Black with #C6818D
Text Example
Text Example
White with #C6818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6818D; }
p { color: rgb(198,129,141); }
H1.HeaderClassName
{
color: #C6818D;
}
.AnyTagClassName
{
color: #C6818D;
}
</style>
background-color css
<style>
a { background-color: #C6818D; }
a { background-color: rgb(198,129,141); }
div.DivClassName
{
background-color: #C6818D;
}
.BgClassName
{
background-color: #C6818D;
}
</style>
border-color css
<style>
span { border-color: #C6818D; }
span { border-color: rgb(198,129,141); }
td.TdClassName
{
border-color: #C6818D;
}
.TagClassName
{
border-color: #C6818D;
}
</style>