Shades of Puce #C682A3
Tints of Puce #C682A3
RGB
CMYK
RGB Variations
Color information
#C682A3 (or 0xC682A3) is known color: Puce. HEX triplet: C6, 82 and A3. RGB value is (198,130,163). Sum of RGB (Red+Green+Blue) = 198+130+163=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C682A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C682A3 is #397D5C. Grayscale: #9A9A9A. Windows color (decimal): -3767645 or 10715846. OLE color: 10715846.
HSL color Cylindrical-coordinate representation of color #C682A3: hue angle of 330.88º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C682A3 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 163 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.22 |
| HSL | 330.88º | 0.37% | 0.64% | - |
| HSV(B) | 330.88º | 0.34% | 0.78% | - |
| XYZ | 37.88 | 30.62 | 38.56 | - |
| YUV | 154.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 163 | 0 | 0.34 | 0.18 | 0.22 | 330.88 | 0.37 | 0.64 |
| Hex | C6 | 82 | A3 | 0 | 22 | 12 | 16 | 14B | 25 | 40 |
| Octal | 306 | 202 | 243 | 0 | 42 | 22 | 26 | 513 | 45 | 100 |
| Binary | 11000110 | 10000010 | 10100011 | 0 | 100010 | 10010 | 10110 | 101001011 | 100101 | 1000000 |
Color Harmonies of #C682A3
Complementary color
Monochromatic Colors of #C682A3
Black with #C682A3
Text Example
Text Example
White with #C682A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C682A3; }
p { color: rgb(198,130,163); }
H1.HeaderClassName
{
color: #C682A3;
}
.AnyTagClassName
{
color: #C682A3;
}
</style>
background-color css
<style>
a { background-color: #C682A3; }
a { background-color: rgb(198,130,163); }
div.DivClassName
{
background-color: #C682A3;
}
.BgClassName
{
background-color: #C682A3;
}
</style>
border-color css
<style>
span { border-color: #C682A3; }
span { border-color: rgb(198,130,163); }
td.TdClassName
{
border-color: #C682A3;
}
.TagClassName
{
border-color: #C682A3;
}
</style>