Shades of Puce #C2809A
Tints of Puce #C2809A
RGB
CMYK
RGB Variations
Color information
#C2809A (or 0xC2809A) is known color: Puce. HEX triplet: C2, 80 and 9A. RGB value is (194,128,154). Sum of RGB (Red+Green+Blue) = 194+128+154=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C2809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2809A is #3D7F65. Grayscale: #969696. Windows color (decimal): -4030310 or 10125506. OLE color: 10125506.
HSL color Cylindrical-coordinate representation of color #C2809A: hue angle of 336.36º 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 #C2809A is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 154 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.24 |
| HSL | 336.36º | 0.35% | 0.63% | - |
| HSV(B) | 336.36º | 0.34% | 0.76% | - |
| XYZ | 35.8 | 29.24 | 34.33 | - |
| YUV | 150.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 154 | 0 | 0.34 | 0.21 | 0.24 | 336.36 | 0.35 | 0.63 |
| Hex | C2 | 80 | 9A | 0 | 22 | 15 | 18 | 150 | 23 | 3F |
| Octal | 302 | 200 | 232 | 0 | 42 | 25 | 30 | 520 | 43 | 77 |
| Binary | 11000010 | 10000000 | 10011010 | 0 | 100010 | 10101 | 11000 | 101010000 | 100011 | 111111 |
Color Harmonies of #C2809A
Complementary color
Monochromatic Colors of #C2809A
Black with #C2809A
Text Example
Text Example
White with #C2809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2809A; }
p { color: rgb(194,128,154); }
H1.HeaderClassName
{
color: #C2809A;
}
.AnyTagClassName
{
color: #C2809A;
}
</style>
background-color css
<style>
a { background-color: #C2809A; }
a { background-color: rgb(194,128,154); }
div.DivClassName
{
background-color: #C2809A;
}
.BgClassName
{
background-color: #C2809A;
}
</style>
border-color css
<style>
span { border-color: #C2809A; }
span { border-color: rgb(194,128,154); }
td.TdClassName
{
border-color: #C2809A;
}
.TagClassName
{
border-color: #C2809A;
}
</style>