Shades of Pale Taupe #C3977C
Tints of Pale Taupe #C3977C
RGB
CMYK
RGB Variations
Color information
#C3977C (or 0xC3977C) is known color: Pale Taupe. HEX triplet: C3, 97 and 7C. RGB value is (195,151,124). Sum of RGB (Red+Green+Blue) = 195+151+124=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C3977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3977C is #3C6883. Grayscale: #A1A1A1. Windows color (decimal): -3958916 or 8165315. OLE color: 8165315.
HSL color Cylindrical-coordinate representation of color #C3977C: hue angle of 22.82º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3977C is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 124 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.24 |
| HSL | 22.82º | 0.37% | 0.63% | - |
| HSV(B) | 22.82º | 0.36% | 0.76% | - |
| XYZ | 37.21 | 35.19 | 23.9 | - |
| YUV | 161.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 124 | 0 | 0.23 | 0.36 | 0.24 | 22.82 | 0.37 | 0.63 |
| Hex | C3 | 97 | 7C | 0 | 17 | 24 | 18 | 17 | 25 | 3F |
| Octal | 303 | 227 | 174 | 0 | 27 | 44 | 30 | 27 | 45 | 77 |
| Binary | 11000011 | 10010111 | 1111100 | 0 | 10111 | 100100 | 11000 | 10111 | 100101 | 111111 |
Color Harmonies of #C3977C
Complementary color
Monochromatic Colors of #C3977C
Black with #C3977C
Text Example
Text Example
White with #C3977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3977C; }
p { color: rgb(195,151,124); }
H1.HeaderClassName
{
color: #C3977C;
}
.AnyTagClassName
{
color: #C3977C;
}
</style>
background-color css
<style>
a { background-color: #C3977C; }
a { background-color: rgb(195,151,124); }
div.DivClassName
{
background-color: #C3977C;
}
.BgClassName
{
background-color: #C3977C;
}
</style>
border-color css
<style>
span { border-color: #C3977C; }
span { border-color: rgb(195,151,124); }
td.TdClassName
{
border-color: #C3977C;
}
.TagClassName
{
border-color: #C3977C;
}
</style>