Shades of Pale Taupe #C18F72
Tints of Pale Taupe #C18F72
RGB
CMYK
RGB Variations
Color information
#C18F72 (or 0xC18F72) is known color: Pale Taupe. HEX triplet: C1, 8F and 72. RGB value is (193,143,114). Sum of RGB (Red+Green+Blue) = 193+143+114=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18F72 is #3E708D. Grayscale: #9A9A9A. Windows color (decimal): -4092046 or 7507905. OLE color: 7507905.
HSL color Cylindrical-coordinate representation of color #C18F72: hue angle of 22.03º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C18F72 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 114 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.24 |
| HSL | 22.03º | 0.39% | 0.6% | - |
| HSV(B) | 22.03º | 0.41% | 0.76% | - |
| XYZ | 34.85 | 32.2 | 20.3 | - |
| YUV | 154.64 | 105.07 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 114 | 0 | 0.26 | 0.41 | 0.24 | 22.03 | 0.39 | 0.6 |
| Hex | C1 | 8F | 72 | 0 | 1A | 29 | 18 | 16 | 27 | 3C |
| Octal | 301 | 217 | 162 | 0 | 32 | 51 | 30 | 26 | 47 | 74 |
| Binary | 11000001 | 10001111 | 1110010 | 0 | 11010 | 101001 | 11000 | 10110 | 100111 | 111100 |
Color Harmonies of #C18F72
Complementary color
Monochromatic Colors of #C18F72
Black with #C18F72
Text Example
Text Example
White with #C18F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18F72; }
p { color: rgb(193,143,114); }
H1.HeaderClassName
{
color: #C18F72;
}
.AnyTagClassName
{
color: #C18F72;
}
</style>
background-color css
<style>
a { background-color: #C18F72; }
a { background-color: rgb(193,143,114); }
div.DivClassName
{
background-color: #C18F72;
}
.BgClassName
{
background-color: #C18F72;
}
</style>
border-color css
<style>
span { border-color: #C18F72; }
span { border-color: rgb(193,143,114); }
td.TdClassName
{
border-color: #C18F72;
}
.TagClassName
{
border-color: #C18F72;
}
</style>