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