Shades of Puce #C1809B
Tints of Puce #C1809B
RGB
CMYK
RGB Variations
Color information
#C1809B (or 0xC1809B) is known color: Puce. HEX triplet: C1, 80 and 9B. RGB value is (193,128,155). Sum of RGB (Red+Green+Blue) = 193+128+155=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C1809B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1809B is #3E7F64. Grayscale: #969696. Windows color (decimal): -4095845 or 10191041. OLE color: 10191041.
HSL color Cylindrical-coordinate representation of color #C1809B: hue angle of 335.08º 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 #C1809B is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 155 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.24 |
| HSL | 335.08º | 0.34% | 0.63% | - |
| HSV(B) | 335.08º | 0.34% | 0.76% | - |
| XYZ | 35.63 | 29.14 | 34.76 | - |
| YUV | 150.51 | 130.53 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 155 | 0 | 0.34 | 0.20 | 0.24 | 335.08 | 0.34 | 0.63 |
| Hex | C1 | 80 | 9B | 0 | 22 | 14 | 18 | 14F | 22 | 3F |
| Octal | 301 | 200 | 233 | 0 | 42 | 24 | 30 | 517 | 42 | 77 |
| Binary | 11000001 | 10000000 | 10011011 | 0 | 100010 | 10100 | 11000 | 101001111 | 100010 | 111111 |
Color Harmonies of #C1809B
Complementary color
Monochromatic Colors of #C1809B
Black with #C1809B
Text Example
Text Example
White with #C1809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1809B; }
p { color: rgb(193,128,155); }
H1.HeaderClassName
{
color: #C1809B;
}
.AnyTagClassName
{
color: #C1809B;
}
</style>
background-color css
<style>
a { background-color: #C1809B; }
a { background-color: rgb(193,128,155); }
div.DivClassName
{
background-color: #C1809B;
}
.BgClassName
{
background-color: #C1809B;
}
</style>
border-color css
<style>
span { border-color: #C1809B; }
span { border-color: rgb(193,128,155); }
td.TdClassName
{
border-color: #C1809B;
}
.TagClassName
{
border-color: #C1809B;
}
</style>