Shades of Puce #C1809C
Tints of Puce #C1809C
RGB
CMYK
RGB Variations
Color information
#C1809C (or 0xC1809C) is known color: Puce. HEX triplet: C1, 80 and 9C. RGB value is (193,128,156). Sum of RGB (Red+Green+Blue) = 193+128+156=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C1809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1809C is #3E7F63. Grayscale: #969696. Windows color (decimal): -4095844 or 10256577. OLE color: 10256577.
HSL color Cylindrical-coordinate representation of color #C1809C: hue angle of 334.15º degrees, saturation: 0.34, 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 #C1809C is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 156 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.24 |
| HSL | 334.15º | 0.34% | 0.63% | - |
| HSV(B) | 334.15º | 0.34% | 0.76% | - |
| XYZ | 35.71 | 29.18 | 35.2 | - |
| YUV | 150.63 | 131.03 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 156 | 0 | 0.34 | 0.19 | 0.24 | 334.15 | 0.34 | 0.63 |
| Hex | C1 | 80 | 9C | 0 | 22 | 13 | 18 | 14E | 22 | 3F |
| Octal | 301 | 200 | 234 | 0 | 42 | 23 | 30 | 516 | 42 | 77 |
| Binary | 11000001 | 10000000 | 10011100 | 0 | 100010 | 10011 | 11000 | 101001110 | 100010 | 111111 |
Color Harmonies of #C1809C
Complementary color
Monochromatic Colors of #C1809C
Black with #C1809C
Text Example
Text Example
White with #C1809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1809C; }
p { color: rgb(193,128,156); }
H1.HeaderClassName
{
color: #C1809C;
}
.AnyTagClassName
{
color: #C1809C;
}
</style>
background-color css
<style>
a { background-color: #C1809C; }
a { background-color: rgb(193,128,156); }
div.DivClassName
{
background-color: #C1809C;
}
.BgClassName
{
background-color: #C1809C;
}
</style>
border-color css
<style>
span { border-color: #C1809C; }
span { border-color: rgb(193,128,156); }
td.TdClassName
{
border-color: #C1809C;
}
.TagClassName
{
border-color: #C1809C;
}
</style>