Shades of Puce #C2819C
Tints of Puce #C2819C
RGB
CMYK
RGB Variations
Color information
#C2819C (or 0xC2819C) is known color: Puce. HEX triplet: C2, 81 and 9C. RGB value is (194,129,156). Sum of RGB (Red+Green+Blue) = 194+129+156=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C2819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2819C is #3D7E63. Grayscale: #979797. Windows color (decimal): -4030052 or 10256834. OLE color: 10256834.
HSL color Cylindrical-coordinate representation of color #C2819C: hue angle of 335.08º 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 #C2819C is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 156 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.24 |
| HSL | 335.08º | 0.35% | 0.63% | - |
| HSV(B) | 335.08º | 0.34% | 0.76% | - |
| XYZ | 36.1 | 29.57 | 35.26 | - |
| YUV | 151.51 | 130.53 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 156 | 0 | 0.34 | 0.20 | 0.24 | 335.08 | 0.35 | 0.63 |
| Hex | C2 | 81 | 9C | 0 | 22 | 14 | 18 | 14F | 23 | 3F |
| Octal | 302 | 201 | 234 | 0 | 42 | 24 | 30 | 517 | 43 | 77 |
| Binary | 11000010 | 10000001 | 10011100 | 0 | 100010 | 10100 | 11000 | 101001111 | 100011 | 111111 |
Color Harmonies of #C2819C
Complementary color
Monochromatic Colors of #C2819C
Black with #C2819C
Text Example
Text Example
White with #C2819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2819C; }
p { color: rgb(194,129,156); }
H1.HeaderClassName
{
color: #C2819C;
}
.AnyTagClassName
{
color: #C2819C;
}
</style>
background-color css
<style>
a { background-color: #C2819C; }
a { background-color: rgb(194,129,156); }
div.DivClassName
{
background-color: #C2819C;
}
.BgClassName
{
background-color: #C2819C;
}
</style>
border-color css
<style>
span { border-color: #C2819C; }
span { border-color: rgb(194,129,156); }
td.TdClassName
{
border-color: #C2819C;
}
.TagClassName
{
border-color: #C2819C;
}
</style>