Shades of Puce #C2809F
Tints of Puce #C2809F
RGB
CMYK
RGB Variations
Color information
#C2809F (or 0xC2809F) is known color: Puce. HEX triplet: C2, 80 and 9F. RGB value is (194,128,159). Sum of RGB (Red+Green+Blue) = 194+128+159=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2809F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2809F is #3D7F60. Grayscale: #979797. Windows color (decimal): -4030305 or 10453186. OLE color: 10453186.
HSL color Cylindrical-coordinate representation of color #C2809F: hue angle of 331.82º 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 #C2809F is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 159 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.24 |
| HSL | 331.82º | 0.35% | 0.63% | - |
| HSV(B) | 331.82º | 0.34% | 0.76% | - |
| XYZ | 36.23 | 29.41 | 36.57 | - |
| YUV | 151.27 | 132.37 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 159 | 0 | 0.34 | 0.18 | 0.24 | 331.82 | 0.35 | 0.63 |
| Hex | C2 | 80 | 9F | 0 | 22 | 12 | 18 | 14C | 23 | 3F |
| Octal | 302 | 200 | 237 | 0 | 42 | 22 | 30 | 514 | 43 | 77 |
| Binary | 11000010 | 10000000 | 10011111 | 0 | 100010 | 10010 | 11000 | 101001100 | 100011 | 111111 |
Color Harmonies of #C2809F
Complementary color
Monochromatic Colors of #C2809F
Black with #C2809F
Text Example
Text Example
White with #C2809F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2809F; }
p { color: rgb(194,128,159); }
H1.HeaderClassName
{
color: #C2809F;
}
.AnyTagClassName
{
color: #C2809F;
}
</style>
background-color css
<style>
a { background-color: #C2809F; }
a { background-color: rgb(194,128,159); }
div.DivClassName
{
background-color: #C2809F;
}
.BgClassName
{
background-color: #C2809F;
}
</style>
border-color css
<style>
span { border-color: #C2809F; }
span { border-color: rgb(194,128,159); }
td.TdClassName
{
border-color: #C2809F;
}
.TagClassName
{
border-color: #C2809F;
}
</style>