Shades of Puce #C2809D
Tints of Puce #C2809D
RGB
CMYK
RGB Variations
Color information
#C2809D (or 0xC2809D) is known color: Puce. HEX triplet: C2, 80 and 9D. RGB value is (194,128,157). Sum of RGB (Red+Green+Blue) = 194+128+157=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C2809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2809D is #3D7F62. Grayscale: #969696. Windows color (decimal): -4030307 or 10322114. OLE color: 10322114.
HSL color Cylindrical-coordinate representation of color #C2809D: hue angle of 333.64º 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 #C2809D is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 157 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.24 |
| HSL | 333.64º | 0.35% | 0.63% | - |
| HSV(B) | 333.64º | 0.34% | 0.76% | - |
| XYZ | 36.05 | 29.34 | 35.66 | - |
| YUV | 151.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 157 | 0 | 0.34 | 0.19 | 0.24 | 333.64 | 0.35 | 0.63 |
| Hex | C2 | 80 | 9D | 0 | 22 | 13 | 18 | 14E | 23 | 3F |
| Octal | 302 | 200 | 235 | 0 | 42 | 23 | 30 | 516 | 43 | 77 |
| Binary | 11000010 | 10000000 | 10011101 | 0 | 100010 | 10011 | 11000 | 101001110 | 100011 | 111111 |
Color Harmonies of #C2809D
Complementary color
Monochromatic Colors of #C2809D
Black with #C2809D
Text Example
Text Example
White with #C2809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2809D; }
p { color: rgb(194,128,157); }
H1.HeaderClassName
{
color: #C2809D;
}
.AnyTagClassName
{
color: #C2809D;
}
</style>
background-color css
<style>
a { background-color: #C2809D; }
a { background-color: rgb(194,128,157); }
div.DivClassName
{
background-color: #C2809D;
}
.BgClassName
{
background-color: #C2809D;
}
</style>
border-color css
<style>
span { border-color: #C2809D; }
span { border-color: rgb(194,128,157); }
td.TdClassName
{
border-color: #C2809D;
}
.TagClassName
{
border-color: #C2809D;
}
</style>