Shades of Puce #C1828E
Tints of Puce #C1828E
RGB
CMYK
RGB Variations
Color information
#C1828E (or 0xC1828E) is known color: Puce. HEX triplet: C1, 82 and 8E. RGB value is (193,130,142). Sum of RGB (Red+Green+Blue) = 193+130+142=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C1828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1828E is #3E7D71. Grayscale: #969696. Windows color (decimal): -4095346 or 9339585. OLE color: 9339585.
HSL color Cylindrical-coordinate representation of color #C1828E: hue angle of 348.57º 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 #C1828E is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 130 | 142 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.24 |
| HSL | 348.57º | 0.34% | 0.63% | - |
| HSV(B) | 348.57º | 0.33% | 0.76% | - |
| XYZ | 34.86 | 29.26 | 29.4 | - |
| YUV | 150.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 130 | 142 | 0 | 0.33 | 0.26 | 0.24 | 348.57 | 0.34 | 0.63 |
| Hex | C1 | 82 | 8E | 0 | 21 | 1A | 18 | 15D | 22 | 3F |
| Octal | 301 | 202 | 216 | 0 | 41 | 32 | 30 | 535 | 42 | 77 |
| Binary | 11000001 | 10000010 | 10001110 | 0 | 100001 | 11010 | 11000 | 101011101 | 100010 | 111111 |
Color Harmonies of #C1828E
Complementary color
Monochromatic Colors of #C1828E
Black with #C1828E
Text Example
Text Example
White with #C1828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1828E; }
p { color: rgb(193,130,142); }
H1.HeaderClassName
{
color: #C1828E;
}
.AnyTagClassName
{
color: #C1828E;
}
</style>
background-color css
<style>
a { background-color: #C1828E; }
a { background-color: rgb(193,130,142); }
div.DivClassName
{
background-color: #C1828E;
}
.BgClassName
{
background-color: #C1828E;
}
</style>
border-color css
<style>
span { border-color: #C1828E; }
span { border-color: rgb(193,130,142); }
td.TdClassName
{
border-color: #C1828E;
}
.TagClassName
{
border-color: #C1828E;
}
</style>