Shades of Tan #CFB18E
Tints of Tan #CFB18E
RGB
CMYK
RGB Variations
Color information
#CFB18E (or 0xCFB18E) is known color: Tan. HEX triplet: CF, B1 and 8E. RGB value is (207,177,142). Sum of RGB (Red+Green+Blue) = 207+177+142=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB18E is #304E71. Grayscale: #B6B6B6. Windows color (decimal): -3165810 or 9351631. OLE color: 9351631.
HSL color Cylindrical-coordinate representation of color #CFB18E: hue angle of 32.31º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFB18E is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 142 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.19 |
| HSL | 32.31º | 0.4% | 0.68% | - |
| HSV(B) | 32.31º | 0.31% | 0.81% | - |
| XYZ | 46.34 | 46.66 | 32.16 | - |
| YUV | 181.98 | 105.44 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 142 | 0 | 0.14 | 0.31 | 0.19 | 32.31 | 0.4 | 0.68 |
| Hex | CF | B1 | 8E | 0 | E | 1F | 13 | 20 | 28 | 44 |
| Octal | 317 | 261 | 216 | 0 | 16 | 37 | 23 | 40 | 50 | 104 |
| Binary | 11001111 | 10110001 | 10001110 | 0 | 1110 | 11111 | 10011 | 100000 | 101000 | 1000100 |
Color Harmonies of #CFB18E
Complementary color
Monochromatic Colors of #CFB18E
Black with #CFB18E
Text Example
Text Example
White with #CFB18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB18E; }
p { color: rgb(207,177,142); }
H1.HeaderClassName
{
color: #CFB18E;
}
.AnyTagClassName
{
color: #CFB18E;
}
</style>
background-color css
<style>
a { background-color: #CFB18E; }
a { background-color: rgb(207,177,142); }
div.DivClassName
{
background-color: #CFB18E;
}
.BgClassName
{
background-color: #CFB18E;
}
</style>
border-color css
<style>
span { border-color: #CFB18E; }
span { border-color: rgb(207,177,142); }
td.TdClassName
{
border-color: #CFB18E;
}
.TagClassName
{
border-color: #CFB18E;
}
</style>