Shades of Pale Taupe #C69975
Tints of Pale Taupe #C69975
RGB
CMYK
RGB Variations
Color information
#C69975 (or 0xC69975) is known color: Pale Taupe. HEX triplet: C6, 99 and 75. RGB value is (198,153,117). Sum of RGB (Red+Green+Blue) = 198+153+117=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C69975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69975 is #39668A. Grayscale: #A2A2A2. Windows color (decimal): -3761803 or 7707078. OLE color: 7707078.
HSL color Cylindrical-coordinate representation of color #C69975: hue angle of 26.67º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C69975 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 117 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.22 |
| HSL | 26.67º | 0.42% | 0.62% | - |
| HSV(B) | 26.67º | 0.41% | 0.78% | - |
| XYZ | 37.89 | 36.07 | 21.8 | - |
| YUV | 162.35 | 102.41 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 117 | 0 | 0.23 | 0.41 | 0.22 | 26.67 | 0.42 | 0.62 |
| Hex | C6 | 99 | 75 | 0 | 17 | 29 | 16 | 1B | 2A | 3E |
| Octal | 306 | 231 | 165 | 0 | 27 | 51 | 26 | 33 | 52 | 76 |
| Binary | 11000110 | 10011001 | 1110101 | 0 | 10111 | 101001 | 10110 | 11011 | 101010 | 111110 |
Color Harmonies of #C69975
Complementary color
Monochromatic Colors of #C69975
Black with #C69975
Text Example
Text Example
White with #C69975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69975; }
p { color: rgb(198,153,117); }
H1.HeaderClassName
{
color: #C69975;
}
.AnyTagClassName
{
color: #C69975;
}
</style>
background-color css
<style>
a { background-color: #C69975; }
a { background-color: rgb(198,153,117); }
div.DivClassName
{
background-color: #C69975;
}
.BgClassName
{
background-color: #C69975;
}
</style>
border-color css
<style>
span { border-color: #C69975; }
span { border-color: rgb(198,153,117); }
td.TdClassName
{
border-color: #C69975;
}
.TagClassName
{
border-color: #C69975;
}
</style>