Shades of Tan #CFB68A
Tints of Tan #CFB68A
RGB
CMYK
RGB Variations
Color information
#CFB68A (or 0xCFB68A) is known color: Tan. HEX triplet: CF, B6 and 8A. RGB value is (207,182,138). Sum of RGB (Red+Green+Blue) = 207+182+138=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB68A is #304975. Grayscale: #B8B8B8. Windows color (decimal): -3164534 or 9090767. OLE color: 9090767.
HSL color Cylindrical-coordinate representation of color #CFB68A: hue angle of 38.26º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFB68A is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 138 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.19 |
| HSL | 38.26º | 0.42% | 0.68% | - |
| HSV(B) | 38.26º | 0.33% | 0.81% | - |
| XYZ | 47.05 | 48.56 | 30.94 | - |
| YUV | 184.46 | 101.78 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 138 | 0 | 0.12 | 0.33 | 0.19 | 38.26 | 0.42 | 0.68 |
| Hex | CF | B6 | 8A | 0 | C | 21 | 13 | 26 | 2A | 44 |
| Octal | 317 | 266 | 212 | 0 | 14 | 41 | 23 | 46 | 52 | 104 |
| Binary | 11001111 | 10110110 | 10001010 | 0 | 1100 | 100001 | 10011 | 100110 | 101010 | 1000100 |
Color Harmonies of #CFB68A
Complementary color
Monochromatic Colors of #CFB68A
Black with #CFB68A
Text Example
Text Example
White with #CFB68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB68A; }
p { color: rgb(207,182,138); }
H1.HeaderClassName
{
color: #CFB68A;
}
.AnyTagClassName
{
color: #CFB68A;
}
</style>
background-color css
<style>
a { background-color: #CFB68A; }
a { background-color: rgb(207,182,138); }
div.DivClassName
{
background-color: #CFB68A;
}
.BgClassName
{
background-color: #CFB68A;
}
</style>
border-color css
<style>
span { border-color: #CFB68A; }
span { border-color: rgb(207,182,138); }
td.TdClassName
{
border-color: #CFB68A;
}
.TagClassName
{
border-color: #CFB68A;
}
</style>