Shades of Tacha #CFBD65
Tints of Tacha #CFBD65
RGB
CMYK
RGB Variations
Color information
#CFBD65 (or 0xCFBD65) is known color: Tacha. HEX triplet: CF, BD and 65. RGB value is (207,189,101). Sum of RGB (Red+Green+Blue) = 207+189+101=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBD65 is #30429A. Grayscale: #B8B8B8. Windows color (decimal): -3162779 or 6667727. OLE color: 6667727.
HSL color Cylindrical-coordinate representation of color #CFBD65: hue angle of 49.81º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFBD65 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 101 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.19 |
| HSL | 49.81º | 0.52% | 0.6% | - |
| HSV(B) | 49.81º | 0.51% | 0.81% | - |
| XYZ | 46.28 | 50.6 | 19.64 | - |
| YUV | 184.35 | 80.96 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 101 | 0 | 0.09 | 0.51 | 0.19 | 49.81 | 0.52 | 0.6 |
| Hex | CF | BD | 65 | 0 | 9 | 33 | 13 | 32 | 34 | 3C |
| Octal | 317 | 275 | 145 | 0 | 11 | 63 | 23 | 62 | 64 | 74 |
| Binary | 11001111 | 10111101 | 1100101 | 0 | 1001 | 110011 | 10011 | 110010 | 110100 | 111100 |
Color Harmonies of #CFBD65
Complementary color
Monochromatic Colors of #CFBD65
Black with #CFBD65
Text Example
Text Example
White with #CFBD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD65; }
p { color: rgb(207,189,101); }
H1.HeaderClassName
{
color: #CFBD65;
}
.AnyTagClassName
{
color: #CFBD65;
}
</style>
background-color css
<style>
a { background-color: #CFBD65; }
a { background-color: rgb(207,189,101); }
div.DivClassName
{
background-color: #CFBD65;
}
.BgClassName
{
background-color: #CFBD65;
}
</style>
border-color css
<style>
span { border-color: #CFBD65; }
span { border-color: rgb(207,189,101); }
td.TdClassName
{
border-color: #CFBD65;
}
.TagClassName
{
border-color: #CFBD65;
}
</style>