Shades of Pale Taupe #C18F7B
Tints of Pale Taupe #C18F7B
RGB
CMYK
RGB Variations
Color information
#C18F7B (or 0xC18F7B) is known color: Pale Taupe. HEX triplet: C1, 8F and 7B. RGB value is (193,143,123). Sum of RGB (Red+Green+Blue) = 193+143+123=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18F7B is #3E7084. Grayscale: #9B9B9B. Windows color (decimal): -4092037 or 8097729. OLE color: 8097729.
HSL color Cylindrical-coordinate representation of color #C18F7B: hue angle of 17.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C18F7B is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 123 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.24 |
| HSL | 17.14º | 0.36% | 0.62% | - |
| HSV(B) | 17.14º | 0.36% | 0.76% | - |
| XYZ | 35.39 | 32.41 | 23.13 | - |
| YUV | 155.67 | 109.57 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 123 | 0 | 0.26 | 0.36 | 0.24 | 17.14 | 0.36 | 0.62 |
| Hex | C1 | 8F | 7B | 0 | 1A | 24 | 18 | 11 | 24 | 3E |
| Octal | 301 | 217 | 173 | 0 | 32 | 44 | 30 | 21 | 44 | 76 |
| Binary | 11000001 | 10001111 | 1111011 | 0 | 11010 | 100100 | 11000 | 10001 | 100100 | 111110 |
Color Harmonies of #C18F7B
Complementary color
Monochromatic Colors of #C18F7B
Black with #C18F7B
Text Example
Text Example
White with #C18F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18F7B; }
p { color: rgb(193,143,123); }
H1.HeaderClassName
{
color: #C18F7B;
}
.AnyTagClassName
{
color: #C18F7B;
}
</style>
background-color css
<style>
a { background-color: #C18F7B; }
a { background-color: rgb(193,143,123); }
div.DivClassName
{
background-color: #C18F7B;
}
.BgClassName
{
background-color: #C18F7B;
}
</style>
border-color css
<style>
span { border-color: #C18F7B; }
span { border-color: rgb(193,143,123); }
td.TdClassName
{
border-color: #C18F7B;
}
.TagClassName
{
border-color: #C18F7B;
}
</style>