Shades of Puce #C6819F
Tints of Puce #C6819F
RGB
CMYK
RGB Variations
Color information
#C6819F (or 0xC6819F) is known color: Puce. HEX triplet: C6, 81 and 9F. RGB value is (198,129,159). Sum of RGB (Red+Green+Blue) = 198+129+159=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C6819F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6819F is #397E60. Grayscale: #999999. Windows color (decimal): -3767905 or 10453446. OLE color: 10453446.
HSL color Cylindrical-coordinate representation of color #C6819F: hue angle of 333.91º 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 #C6819F is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 159 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.22 |
| HSL | 333.91º | 0.38% | 0.64% | - |
| HSV(B) | 333.91º | 0.35% | 0.78% | - |
| XYZ | 37.4 | 30.21 | 36.66 | - |
| YUV | 153.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 159 | 0 | 0.35 | 0.20 | 0.22 | 333.91 | 0.38 | 0.64 |
| Hex | C6 | 81 | 9F | 0 | 23 | 14 | 16 | 14E | 26 | 40 |
| Octal | 306 | 201 | 237 | 0 | 43 | 24 | 26 | 516 | 46 | 100 |
| Binary | 11000110 | 10000001 | 10011111 | 0 | 100011 | 10100 | 10110 | 101001110 | 100110 | 1000000 |
Color Harmonies of #C6819F
Complementary color
Monochromatic Colors of #C6819F
Black with #C6819F
Text Example
Text Example
White with #C6819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6819F; }
p { color: rgb(198,129,159); }
H1.HeaderClassName
{
color: #C6819F;
}
.AnyTagClassName
{
color: #C6819F;
}
</style>
background-color css
<style>
a { background-color: #C6819F; }
a { background-color: rgb(198,129,159); }
div.DivClassName
{
background-color: #C6819F;
}
.BgClassName
{
background-color: #C6819F;
}
</style>
border-color css
<style>
span { border-color: #C6819F; }
span { border-color: rgb(198,129,159); }
td.TdClassName
{
border-color: #C6819F;
}
.TagClassName
{
border-color: #C6819F;
}
</style>