Shades of Tacha #CFBD5E
Tints of Tacha #CFBD5E
RGB
CMYK
RGB Variations
Color information
#CFBD5E (or 0xCFBD5E) is known color: Tacha. HEX triplet: CF, BD and 5E. RGB value is (207,189,94). Sum of RGB (Red+Green+Blue) = 207+189+94=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 94 (37.11% from 255 or 19.18% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBD5E is #3042A1. Grayscale: #B7B7B7. Windows color (decimal): -3162786 or 6208975. OLE color: 6208975.
HSL color Cylindrical-coordinate representation of color #CFBD5E: hue angle of 50.44º 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 #CFBD5E is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 94 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.19 |
| HSL | 50.44º | 0.54% | 0.59% | - |
| HSV(B) | 50.44º | 0.55% | 0.81% | - |
| XYZ | 45.95 | 50.47 | 17.91 | - |
| YUV | 183.55 | 77.46 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 94 | 0 | 0.09 | 0.55 | 0.19 | 50.44 | 0.54 | 0.59 |
| Hex | CF | BD | 5E | 0 | 9 | 37 | 13 | 32 | 36 | 3B |
| Octal | 317 | 275 | 136 | 0 | 11 | 67 | 23 | 62 | 66 | 73 |
| Binary | 11001111 | 10111101 | 1011110 | 0 | 1001 | 110111 | 10011 | 110010 | 110110 | 111011 |
Color Harmonies of #CFBD5E
Complementary color
Monochromatic Colors of #CFBD5E
Black with #CFBD5E
Text Example
Text Example
White with #CFBD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD5E; }
p { color: rgb(207,189,94); }
H1.HeaderClassName
{
color: #CFBD5E;
}
.AnyTagClassName
{
color: #CFBD5E;
}
</style>
background-color css
<style>
a { background-color: #CFBD5E; }
a { background-color: rgb(207,189,94); }
div.DivClassName
{
background-color: #CFBD5E;
}
.BgClassName
{
background-color: #CFBD5E;
}
</style>
border-color css
<style>
span { border-color: #CFBD5E; }
span { border-color: rgb(207,189,94); }
td.TdClassName
{
border-color: #CFBD5E;
}
.TagClassName
{
border-color: #CFBD5E;
}
</style>