Shades of Puce #C1819C
Tints of Puce #C1819C
RGB
CMYK
RGB Variations
Color information
#C1819C (or 0xC1819C) is known color: Puce. HEX triplet: C1, 81 and 9C. RGB value is (193,129,156). Sum of RGB (Red+Green+Blue) = 193+129+156=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C1819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1819C is #3E7E63. Grayscale: #979797. Windows color (decimal): -4095588 or 10256833. OLE color: 10256833.
HSL color Cylindrical-coordinate representation of color #C1819C: hue angle of 334.69º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C1819C is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 156 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.24 |
| HSL | 334.69º | 0.34% | 0.63% | - |
| HSV(B) | 334.69º | 0.33% | 0.76% | - |
| XYZ | 35.84 | 29.44 | 35.25 | - |
| YUV | 151.21 | 130.7 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 156 | 0 | 0.33 | 0.19 | 0.24 | 334.69 | 0.34 | 0.63 |
| Hex | C1 | 81 | 9C | 0 | 21 | 13 | 18 | 14F | 22 | 3F |
| Octal | 301 | 201 | 234 | 0 | 41 | 23 | 30 | 517 | 42 | 77 |
| Binary | 11000001 | 10000001 | 10011100 | 0 | 100001 | 10011 | 11000 | 101001111 | 100010 | 111111 |
Color Harmonies of #C1819C
Complementary color
Monochromatic Colors of #C1819C
Black with #C1819C
Text Example
Text Example
White with #C1819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1819C; }
p { color: rgb(193,129,156); }
H1.HeaderClassName
{
color: #C1819C;
}
.AnyTagClassName
{
color: #C1819C;
}
</style>
background-color css
<style>
a { background-color: #C1819C; }
a { background-color: rgb(193,129,156); }
div.DivClassName
{
background-color: #C1819C;
}
.BgClassName
{
background-color: #C1819C;
}
</style>
border-color css
<style>
span { border-color: #C1819C; }
span { border-color: rgb(193,129,156); }
td.TdClassName
{
border-color: #C1819C;
}
.TagClassName
{
border-color: #C1819C;
}
</style>