Shades of Puce #C5828A
Tints of Puce #C5828A
RGB
CMYK
RGB Variations
Color information
#C5828A (or 0xC5828A) is known color: Puce. HEX triplet: C5, 82 and 8A. RGB value is (197,130,138). Sum of RGB (Red+Green+Blue) = 197+130+138=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C5828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5828A is #3A7D75. Grayscale: #969696. Windows color (decimal): -3833206 or 9077445. OLE color: 9077445.
HSL color Cylindrical-coordinate representation of color #C5828A: hue angle of 352.84º degrees, saturation: 0.37, 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 #C5828A is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 138 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.23 |
| HSL | 352.84º | 0.37% | 0.64% | - |
| HSV(B) | 352.84º | 0.34% | 0.77% | - |
| XYZ | 35.6 | 29.67 | 27.9 | - |
| YUV | 150.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 138 | 0 | 0.34 | 0.30 | 0.23 | 352.84 | 0.37 | 0.64 |
| Hex | C5 | 82 | 8A | 0 | 22 | 1E | 17 | 161 | 25 | 40 |
| Octal | 305 | 202 | 212 | 0 | 42 | 36 | 27 | 541 | 45 | 100 |
| Binary | 11000101 | 10000010 | 10001010 | 0 | 100010 | 11110 | 10111 | 101100001 | 100101 | 1000000 |
Color Harmonies of #C5828A
Complementary color
Monochromatic Colors of #C5828A
Black with #C5828A
Text Example
Text Example
White with #C5828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5828A; }
p { color: rgb(197,130,138); }
H1.HeaderClassName
{
color: #C5828A;
}
.AnyTagClassName
{
color: #C5828A;
}
</style>
background-color css
<style>
a { background-color: #C5828A; }
a { background-color: rgb(197,130,138); }
div.DivClassName
{
background-color: #C5828A;
}
.BgClassName
{
background-color: #C5828A;
}
</style>
border-color css
<style>
span { border-color: #C5828A; }
span { border-color: rgb(197,130,138); }
td.TdClassName
{
border-color: #C5828A;
}
.TagClassName
{
border-color: #C5828A;
}
</style>