Shades of Puce #C3829D
Tints of Puce #C3829D
RGB
CMYK
RGB Variations
Color information
#C3829D (or 0xC3829D) is known color: Puce. HEX triplet: C3, 82 and 9D. RGB value is (195,130,157). Sum of RGB (Red+Green+Blue) = 195+130+157=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3829D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3829D is #3C7D62. Grayscale: #989898. Windows color (decimal): -3964259 or 10322627. OLE color: 10322627.
HSL color Cylindrical-coordinate representation of color #C3829D: hue angle of 335.08º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C3829D is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 157 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.24 |
| HSL | 335.08º | 0.35% | 0.64% | - |
| HSV(B) | 335.08º | 0.33% | 0.76% | - |
| XYZ | 36.57 | 30 | 35.76 | - |
| YUV | 152.51 | 130.53 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 157 | 0 | 0.33 | 0.19 | 0.24 | 335.08 | 0.35 | 0.64 |
| Hex | C3 | 82 | 9D | 0 | 21 | 13 | 18 | 14F | 23 | 40 |
| Octal | 303 | 202 | 235 | 0 | 41 | 23 | 30 | 517 | 43 | 100 |
| Binary | 11000011 | 10000010 | 10011101 | 0 | 100001 | 10011 | 11000 | 101001111 | 100011 | 1000000 |
Color Harmonies of #C3829D
Complementary color
Monochromatic Colors of #C3829D
Black with #C3829D
Text Example
Text Example
White with #C3829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3829D; }
p { color: rgb(195,130,157); }
H1.HeaderClassName
{
color: #C3829D;
}
.AnyTagClassName
{
color: #C3829D;
}
</style>
background-color css
<style>
a { background-color: #C3829D; }
a { background-color: rgb(195,130,157); }
div.DivClassName
{
background-color: #C3829D;
}
.BgClassName
{
background-color: #C3829D;
}
</style>
border-color css
<style>
span { border-color: #C3829D; }
span { border-color: rgb(195,130,157); }
td.TdClassName
{
border-color: #C3829D;
}
.TagClassName
{
border-color: #C3829D;
}
</style>