Shades of Puce #C4829A
Tints of Puce #C4829A
RGB
CMYK
RGB Variations
Color information
#C4829A (or 0xC4829A) is known color: Puce. HEX triplet: C4, 82 and 9A. RGB value is (196,130,154). Sum of RGB (Red+Green+Blue) = 196+130+154=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C4829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4829A is #3B7D65. Grayscale: #989898. Windows color (decimal): -3898726 or 10126020. OLE color: 10126020.
HSL color Cylindrical-coordinate representation of color #C4829A: hue angle of 338.18º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C4829A is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 154 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.23 |
| HSL | 338.18º | 0.36% | 0.64% | - |
| HSV(B) | 338.18º | 0.34% | 0.77% | - |
| XYZ | 36.58 | 30.03 | 34.44 | - |
| YUV | 152.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 154 | 0 | 0.34 | 0.21 | 0.23 | 338.18 | 0.36 | 0.64 |
| Hex | C4 | 82 | 9A | 0 | 22 | 15 | 17 | 152 | 24 | 40 |
| Octal | 304 | 202 | 232 | 0 | 42 | 25 | 27 | 522 | 44 | 100 |
| Binary | 11000100 | 10000010 | 10011010 | 0 | 100010 | 10101 | 10111 | 101010010 | 100100 | 1000000 |
Color Harmonies of #C4829A
Complementary color
Monochromatic Colors of #C4829A
Black with #C4829A
Text Example
Text Example
White with #C4829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4829A; }
p { color: rgb(196,130,154); }
H1.HeaderClassName
{
color: #C4829A;
}
.AnyTagClassName
{
color: #C4829A;
}
</style>
background-color css
<style>
a { background-color: #C4829A; }
a { background-color: rgb(196,130,154); }
div.DivClassName
{
background-color: #C4829A;
}
.BgClassName
{
background-color: #C4829A;
}
</style>
border-color css
<style>
span { border-color: #C4829A; }
span { border-color: rgb(196,130,154); }
td.TdClassName
{
border-color: #C4829A;
}
.TagClassName
{
border-color: #C4829A;
}
</style>