Shades of Puce #C3829A
Tints of Puce #C3829A
RGB
CMYK
RGB Variations
Color information
#C3829A (or 0xC3829A) is known color: Puce. HEX triplet: C3, 82 and 9A. RGB value is (195,130,154). Sum of RGB (Red+Green+Blue) = 195+130+154=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C3829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3829A is #3C7D65. Grayscale: #989898. Windows color (decimal): -3964262 or 10126019. OLE color: 10126019.
HSL color Cylindrical-coordinate representation of color #C3829A: hue angle of 337.85º 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 #C3829A is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 154 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.24 |
| HSL | 337.85º | 0.35% | 0.64% | - |
| HSV(B) | 337.85º | 0.33% | 0.76% | - |
| XYZ | 36.32 | 29.9 | 34.43 | - |
| YUV | 152.17 | 129.03 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 154 | 0 | 0.33 | 0.21 | 0.24 | 337.85 | 0.35 | 0.64 |
| Hex | C3 | 82 | 9A | 0 | 21 | 15 | 18 | 152 | 23 | 40 |
| Octal | 303 | 202 | 232 | 0 | 41 | 25 | 30 | 522 | 43 | 100 |
| Binary | 11000011 | 10000010 | 10011010 | 0 | 100001 | 10101 | 11000 | 101010010 | 100011 | 1000000 |
Color Harmonies of #C3829A
Complementary color
Monochromatic Colors of #C3829A
Black with #C3829A
Text Example
Text Example
White with #C3829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3829A; }
p { color: rgb(195,130,154); }
H1.HeaderClassName
{
color: #C3829A;
}
.AnyTagClassName
{
color: #C3829A;
}
</style>
background-color css
<style>
a { background-color: #C3829A; }
a { background-color: rgb(195,130,154); }
div.DivClassName
{
background-color: #C3829A;
}
.BgClassName
{
background-color: #C3829A;
}
</style>
border-color css
<style>
span { border-color: #C3829A; }
span { border-color: rgb(195,130,154); }
td.TdClassName
{
border-color: #C3829A;
}
.TagClassName
{
border-color: #C3829A;
}
</style>