Shades of Puce #C3828A
Tints of Puce #C3828A
RGB
CMYK
RGB Variations
Color information
#C3828A (or 0xC3828A) is known color: Puce. HEX triplet: C3, 82 and 8A. RGB value is (195,130,138). Sum of RGB (Red+Green+Blue) = 195+130+138=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C3828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3828A is #3C7D75. Grayscale: #969696. Windows color (decimal): -3964278 or 9077443. OLE color: 9077443.
HSL color Cylindrical-coordinate representation of color #C3828A: hue angle of 352.62º 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 #C3828A is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 130 | 138 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.24 |
| HSL | 352.62º | 0.35% | 0.64% | - |
| HSV(B) | 352.62º | 0.33% | 0.76% | - |
| XYZ | 35.08 | 29.4 | 27.87 | - |
| YUV | 150.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 130 | 138 | 0 | 0.33 | 0.29 | 0.24 | 352.62 | 0.35 | 0.64 |
| Hex | C3 | 82 | 8A | 0 | 21 | 1D | 18 | 161 | 23 | 40 |
| Octal | 303 | 202 | 212 | 0 | 41 | 35 | 30 | 541 | 43 | 100 |
| Binary | 11000011 | 10000010 | 10001010 | 0 | 100001 | 11101 | 11000 | 101100001 | 100011 | 1000000 |
Color Harmonies of #C3828A
Complementary color
Monochromatic Colors of #C3828A
Black with #C3828A
Text Example
Text Example
White with #C3828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3828A; }
p { color: rgb(195,130,138); }
H1.HeaderClassName
{
color: #C3828A;
}
.AnyTagClassName
{
color: #C3828A;
}
</style>
background-color css
<style>
a { background-color: #C3828A; }
a { background-color: rgb(195,130,138); }
div.DivClassName
{
background-color: #C3828A;
}
.BgClassName
{
background-color: #C3828A;
}
</style>
border-color css
<style>
span { border-color: #C3828A; }
span { border-color: rgb(195,130,138); }
td.TdClassName
{
border-color: #C3828A;
}
.TagClassName
{
border-color: #C3828A;
}
</style>