Shades of Puce #C2808C
Tints of Puce #C2808C
RGB
CMYK
RGB Variations
Color information
#C2808C (or 0xC2808C) is known color: Puce. HEX triplet: C2, 80 and 8C. RGB value is (194,128,140). Sum of RGB (Red+Green+Blue) = 194+128+140=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C2808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2808C is #3D7F73. Grayscale: #959595. Windows color (decimal): -4030324 or 9208002. OLE color: 9208002.
HSL color Cylindrical-coordinate representation of color #C2808C: hue angle of 349.09º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2808C is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 140 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.24 |
| HSL | 349.09º | 0.35% | 0.63% | - |
| HSV(B) | 349.09º | 0.34% | 0.76% | - |
| XYZ | 34.7 | 28.8 | 28.54 | - |
| YUV | 149.1 | 122.87 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 140 | 0 | 0.34 | 0.28 | 0.24 | 349.09 | 0.35 | 0.63 |
| Hex | C2 | 80 | 8C | 0 | 22 | 1C | 18 | 15D | 23 | 3F |
| Octal | 302 | 200 | 214 | 0 | 42 | 34 | 30 | 535 | 43 | 77 |
| Binary | 11000010 | 10000000 | 10001100 | 0 | 100010 | 11100 | 11000 | 101011101 | 100011 | 111111 |
Color Harmonies of #C2808C
Complementary color
Monochromatic Colors of #C2808C
Black with #C2808C
Text Example
Text Example
White with #C2808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2808C; }
p { color: rgb(194,128,140); }
H1.HeaderClassName
{
color: #C2808C;
}
.AnyTagClassName
{
color: #C2808C;
}
</style>
background-color css
<style>
a { background-color: #C2808C; }
a { background-color: rgb(194,128,140); }
div.DivClassName
{
background-color: #C2808C;
}
.BgClassName
{
background-color: #C2808C;
}
</style>
border-color css
<style>
span { border-color: #C2808C; }
span { border-color: rgb(194,128,140); }
td.TdClassName
{
border-color: #C2808C;
}
.TagClassName
{
border-color: #C2808C;
}
</style>