Shades of Tan #CFB693
Tints of Tan #CFB693
RGB
CMYK
RGB Variations
Color information
#CFB693 (or 0xCFB693) is known color: Tan. HEX triplet: CF, B6 and 93. RGB value is (207,182,147). Sum of RGB (Red+Green+Blue) = 207+182+147=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 147 (57.81% from 255 or 27.43% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB693 is #30496C. Grayscale: #B9B9B9. Windows color (decimal): -3164525 or 9680591. OLE color: 9680591.
HSL color Cylindrical-coordinate representation of color #CFB693: hue angle of 35º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFB693 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 147 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.19 |
| HSL | 35º | 0.38% | 0.69% | - |
| HSV(B) | 35º | 0.29% | 0.81% | - |
| XYZ | 47.73 | 48.83 | 34.51 | - |
| YUV | 185.49 | 106.28 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 147 | 0 | 0.12 | 0.29 | 0.19 | 35 | 0.38 | 0.69 |
| Hex | CF | B6 | 93 | 0 | C | 1D | 13 | 23 | 26 | 45 |
| Octal | 317 | 266 | 223 | 0 | 14 | 35 | 23 | 43 | 46 | 105 |
| Binary | 11001111 | 10110110 | 10010011 | 0 | 1100 | 11101 | 10011 | 100011 | 100110 | 1000101 |
Color Harmonies of #CFB693
Complementary color
Monochromatic Colors of #CFB693
Black with #CFB693
Text Example
Text Example
White with #CFB693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB693; }
p { color: rgb(207,182,147); }
H1.HeaderClassName
{
color: #CFB693;
}
.AnyTagClassName
{
color: #CFB693;
}
</style>
background-color css
<style>
a { background-color: #CFB693; }
a { background-color: rgb(207,182,147); }
div.DivClassName
{
background-color: #CFB693;
}
.BgClassName
{
background-color: #CFB693;
}
</style>
border-color css
<style>
span { border-color: #CFB693; }
span { border-color: rgb(207,182,147); }
td.TdClassName
{
border-color: #CFB693;
}
.TagClassName
{
border-color: #CFB693;
}
</style>