Shades of Puce #C680A5
Tints of Puce #C680A5
RGB
CMYK
RGB Variations
Color information
#C680A5 (or 0xC680A5) is known color: Puce. HEX triplet: C6, 80 and A5. RGB value is (198,128,165). Sum of RGB (Red+Green+Blue) = 198+128+165=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C680A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C680A5 is #397F5A. Grayscale: #999999. Windows color (decimal): -3768155 or 10846406. OLE color: 10846406.
HSL color Cylindrical-coordinate representation of color #C680A5: hue angle of 328.29º 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 #C680A5 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 165 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.22 |
| HSL | 328.29º | 0.38% | 0.64% | - |
| HSV(B) | 328.29º | 0.35% | 0.78% | - |
| XYZ | 37.8 | 30.16 | 39.43 | - |
| YUV | 153.15 | 134.69 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 165 | 0 | 0.35 | 0.17 | 0.22 | 328.29 | 0.38 | 0.64 |
| Hex | C6 | 80 | A5 | 0 | 23 | 11 | 16 | 148 | 26 | 40 |
| Octal | 306 | 200 | 245 | 0 | 43 | 21 | 26 | 510 | 46 | 100 |
| Binary | 11000110 | 10000000 | 10100101 | 0 | 100011 | 10001 | 10110 | 101001000 | 100110 | 1000000 |
Color Harmonies of #C680A5
Complementary color
Monochromatic Colors of #C680A5
Black with #C680A5
Text Example
Text Example
White with #C680A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C680A5; }
p { color: rgb(198,128,165); }
H1.HeaderClassName
{
color: #C680A5;
}
.AnyTagClassName
{
color: #C680A5;
}
</style>
background-color css
<style>
a { background-color: #C680A5; }
a { background-color: rgb(198,128,165); }
div.DivClassName
{
background-color: #C680A5;
}
.BgClassName
{
background-color: #C680A5;
}
</style>
border-color css
<style>
span { border-color: #C680A5; }
span { border-color: rgb(198,128,165); }
td.TdClassName
{
border-color: #C680A5;
}
.TagClassName
{
border-color: #C680A5;
}
</style>