Shades of Puce #C1819B
Tints of Puce #C1819B
RGB
CMYK
RGB Variations
Color information
#C1819B (or 0xC1819B) is known color: Puce. HEX triplet: C1, 81 and 9B. RGB value is (193,129,155). Sum of RGB (Red+Green+Blue) = 193+129+155=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C1819B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1819B is #3E7E64. Grayscale: #979797. Windows color (decimal): -4095589 or 10191297. OLE color: 10191297.
HSL color Cylindrical-coordinate representation of color #C1819B: hue angle of 335.62º 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 #C1819B is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 129 | 155 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.24 |
| HSL | 335.63º | 0.34% | 0.63% | - |
| HSV(B) | 335.63º | 0.33% | 0.76% | - |
| XYZ | 35.76 | 29.4 | 34.8 | - |
| YUV | 151.1 | 130.2 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 129 | 155 | 0 | 0.33 | 0.20 | 0.24 | 335.63 | 0.34 | 0.63 |
| Hex | C1 | 81 | 9B | 0 | 21 | 14 | 18 | 150 | 22 | 3F |
| Octal | 301 | 201 | 233 | 0 | 41 | 24 | 30 | 520 | 42 | 77 |
| Binary | 11000001 | 10000001 | 10011011 | 0 | 100001 | 10100 | 11000 | 101010000 | 100010 | 111111 |
Color Harmonies of #C1819B
Complementary color
Monochromatic Colors of #C1819B
Black with #C1819B
Text Example
Text Example
White with #C1819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1819B; }
p { color: rgb(193,129,155); }
H1.HeaderClassName
{
color: #C1819B;
}
.AnyTagClassName
{
color: #C1819B;
}
</style>
background-color css
<style>
a { background-color: #C1819B; }
a { background-color: rgb(193,129,155); }
div.DivClassName
{
background-color: #C1819B;
}
.BgClassName
{
background-color: #C1819B;
}
</style>
border-color css
<style>
span { border-color: #C1819B; }
span { border-color: rgb(193,129,155); }
td.TdClassName
{
border-color: #C1819B;
}
.TagClassName
{
border-color: #C1819B;
}
</style>