Shades of Tacha #CFBA5D
Tints of Tacha #CFBA5D
RGB
CMYK
RGB Variations
Color information
#CFBA5D (or 0xCFBA5D) is known color: Tacha. HEX triplet: CF, BA and 5D. RGB value is (207,186,93). Sum of RGB (Red+Green+Blue) = 207+186+93=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 93 (36.72% from 255 or 19.14% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBA5D is #3045A2. Grayscale: #B6B6B6. Windows color (decimal): -3163555 or 6142671. OLE color: 6142671.
HSL color Cylindrical-coordinate representation of color #CFBA5D: hue angle of 48.95º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFBA5D is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 186 | 93 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.19 |
| HSL | 48.95º | 0.54% | 0.59% | - |
| HSV(B) | 48.95º | 0.55% | 0.81% | - |
| XYZ | 45.27 | 49.17 | 17.46 | - |
| YUV | 181.68 | 77.96 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 186 | 93 | 0 | 0.10 | 0.55 | 0.19 | 48.95 | 0.54 | 0.59 |
| Hex | CF | BA | 5D | 0 | A | 37 | 13 | 31 | 36 | 3B |
| Octal | 317 | 272 | 135 | 0 | 12 | 67 | 23 | 61 | 66 | 73 |
| Binary | 11001111 | 10111010 | 1011101 | 0 | 1010 | 110111 | 10011 | 110001 | 110110 | 111011 |
Color Harmonies of #CFBA5D
Complementary color
Monochromatic Colors of #CFBA5D
Black with #CFBA5D
Text Example
Text Example
White with #CFBA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBA5D; }
p { color: rgb(207,186,93); }
H1.HeaderClassName
{
color: #CFBA5D;
}
.AnyTagClassName
{
color: #CFBA5D;
}
</style>
background-color css
<style>
a { background-color: #CFBA5D; }
a { background-color: rgb(207,186,93); }
div.DivClassName
{
background-color: #CFBA5D;
}
.BgClassName
{
background-color: #CFBA5D;
}
</style>
border-color css
<style>
span { border-color: #CFBA5D; }
span { border-color: rgb(207,186,93); }
td.TdClassName
{
border-color: #CFBA5D;
}
.TagClassName
{
border-color: #CFBA5D;
}
</style>