Shades of Pale Taupe #C39573
Tints of Pale Taupe #C39573
RGB
CMYK
RGB Variations
Color information
#C39573 (or 0xC39573) is known color: Pale Taupe. HEX triplet: C3, 95 and 73. RGB value is (195,149,115). Sum of RGB (Red+Green+Blue) = 195+149+115=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C39573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39573 is #3C6A8C. Grayscale: #9F9F9F. Windows color (decimal): -3959437 or 7574979. OLE color: 7574979.
HSL color Cylindrical-coordinate representation of color #C39573: hue angle of 25.5º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C39573 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 115 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.24 |
| HSL | 25.5º | 0.4% | 0.61% | - |
| HSV(B) | 25.5º | 0.41% | 0.76% | - |
| XYZ | 36.35 | 34.33 | 20.93 | - |
| YUV | 158.88 | 103.24 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 115 | 0 | 0.24 | 0.41 | 0.24 | 25.5 | 0.4 | 0.61 |
| Hex | C3 | 95 | 73 | 0 | 18 | 29 | 18 | 1A | 28 | 3D |
| Octal | 303 | 225 | 163 | 0 | 30 | 51 | 30 | 32 | 50 | 75 |
| Binary | 11000011 | 10010101 | 1110011 | 0 | 11000 | 101001 | 11000 | 11010 | 101000 | 111101 |
Color Harmonies of #C39573
Complementary color
Monochromatic Colors of #C39573
Black with #C39573
Text Example
Text Example
White with #C39573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39573; }
p { color: rgb(195,149,115); }
H1.HeaderClassName
{
color: #C39573;
}
.AnyTagClassName
{
color: #C39573;
}
</style>
background-color css
<style>
a { background-color: #C39573; }
a { background-color: rgb(195,149,115); }
div.DivClassName
{
background-color: #C39573;
}
.BgClassName
{
background-color: #C39573;
}
</style>
border-color css
<style>
span { border-color: #C39573; }
span { border-color: rgb(195,149,115); }
td.TdClassName
{
border-color: #C39573;
}
.TagClassName
{
border-color: #C39573;
}
</style>