Shades of Pale Taupe #C39675
Tints of Pale Taupe #C39675
RGB
CMYK
RGB Variations
Color information
#C39675 (or 0xC39675) is known color: Pale Taupe. HEX triplet: C3, 96 and 75. RGB value is (195,150,117). Sum of RGB (Red+Green+Blue) = 195+150+117=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C39675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39675 is #3C698A. Grayscale: #9F9F9F. Windows color (decimal): -3959179 or 7706307. OLE color: 7706307.
HSL color Cylindrical-coordinate representation of color #C39675: hue angle of 25.38º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C39675 is Cyan = 0, Magento = 0.23, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 150 | 117 | - |
| CMYK | 0 | 0.23 | 0.4 | 0.24 |
| HSL | 25.38º | 0.39% | 0.61% | - |
| HSV(B) | 25.38º | 0.4% | 0.76% | - |
| XYZ | 36.62 | 34.7 | 21.6 | - |
| YUV | 159.69 | 103.91 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 117 | 0 | 0.23 | 0.4 | 0.24 | 25.38 | 0.39 | 0.61 |
| Hex | C3 | 96 | 75 | 0 | 17 | 28 | 18 | 19 | 27 | 3D |
| Octal | 303 | 226 | 165 | 0 | 27 | 50 | 30 | 31 | 47 | 75 |
| Binary | 11000011 | 10010110 | 1110101 | 0 | 10111 | 101000 | 11000 | 11001 | 100111 | 111101 |
Color Harmonies of #C39675
Complementary color
Monochromatic Colors of #C39675
Black with #C39675
Text Example
Text Example
White with #C39675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39675; }
p { color: rgb(195,150,117); }
H1.HeaderClassName
{
color: #C39675;
}
.AnyTagClassName
{
color: #C39675;
}
</style>
background-color css
<style>
a { background-color: #C39675; }
a { background-color: rgb(195,150,117); }
div.DivClassName
{
background-color: #C39675;
}
.BgClassName
{
background-color: #C39675;
}
</style>
border-color css
<style>
span { border-color: #C39675; }
span { border-color: rgb(195,150,117); }
td.TdClassName
{
border-color: #C39675;
}
.TagClassName
{
border-color: #C39675;
}
</style>