Shades of Puce #C1809A
Tints of Puce #C1809A
RGB
CMYK
RGB Variations
Color information
#C1809A (or 0xC1809A) is known color: Puce. HEX triplet: C1, 80 and 9A. RGB value is (193,128,154). Sum of RGB (Red+Green+Blue) = 193+128+154=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C1809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1809A is #3E7F65. Grayscale: #969696. Windows color (decimal): -4095846 or 10125505. OLE color: 10125505.
HSL color Cylindrical-coordinate representation of color #C1809A: hue angle of 336º 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 #C1809A is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 154 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.24 |
| HSL | 336º | 0.34% | 0.63% | - |
| HSV(B) | 336º | 0.34% | 0.76% | - |
| XYZ | 35.54 | 29.11 | 34.32 | - |
| YUV | 150.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 154 | 0 | 0.34 | 0.20 | 0.24 | 336 | 0.34 | 0.63 |
| Hex | C1 | 80 | 9A | 0 | 22 | 14 | 18 | 150 | 22 | 3F |
| Octal | 301 | 200 | 232 | 0 | 42 | 24 | 30 | 520 | 42 | 77 |
| Binary | 11000001 | 10000000 | 10011010 | 0 | 100010 | 10100 | 11000 | 101010000 | 100010 | 111111 |
Color Harmonies of #C1809A
Complementary color
Monochromatic Colors of #C1809A
Black with #C1809A
Text Example
Text Example
White with #C1809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1809A; }
p { color: rgb(193,128,154); }
H1.HeaderClassName
{
color: #C1809A;
}
.AnyTagClassName
{
color: #C1809A;
}
</style>
background-color css
<style>
a { background-color: #C1809A; }
a { background-color: rgb(193,128,154); }
div.DivClassName
{
background-color: #C1809A;
}
.BgClassName
{
background-color: #C1809A;
}
</style>
border-color css
<style>
span { border-color: #C1809A; }
span { border-color: rgb(193,128,154); }
td.TdClassName
{
border-color: #C1809A;
}
.TagClassName
{
border-color: #C1809A;
}
</style>