Shades of Tacha #CFBE65
Tints of Tacha #CFBE65
RGB
CMYK
RGB Variations
Color information
#CFBE65 (or 0xCFBE65) is known color: Tacha. HEX triplet: CF, BE and 65. RGB value is (207,190,101). Sum of RGB (Red+Green+Blue) = 207+190+101=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBE65 is #30419A. Grayscale: #B9B9B9. Windows color (decimal): -3162523 or 6667983. OLE color: 6667983.
HSL color Cylindrical-coordinate representation of color #CFBE65: hue angle of 50.38º 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 #CFBE65 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 101 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.19 |
| HSL | 50.38º | 0.52% | 0.6% | - |
| HSV(B) | 50.38º | 0.51% | 0.81% | - |
| XYZ | 46.49 | 51.03 | 19.71 | - |
| YUV | 184.94 | 80.63 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 101 | 0 | 0.08 | 0.51 | 0.19 | 50.38 | 0.52 | 0.6 |
| Hex | CF | BE | 65 | 0 | 8 | 33 | 13 | 32 | 34 | 3C |
| Octal | 317 | 276 | 145 | 0 | 10 | 63 | 23 | 62 | 64 | 74 |
| Binary | 11001111 | 10111110 | 1100101 | 0 | 1000 | 110011 | 10011 | 110010 | 110100 | 111100 |
Color Harmonies of #CFBE65
Complementary color
Monochromatic Colors of #CFBE65
Black with #CFBE65
Text Example
Text Example
White with #CFBE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBE65; }
p { color: rgb(207,190,101); }
H1.HeaderClassName
{
color: #CFBE65;
}
.AnyTagClassName
{
color: #CFBE65;
}
</style>
background-color css
<style>
a { background-color: #CFBE65; }
a { background-color: rgb(207,190,101); }
div.DivClassName
{
background-color: #CFBE65;
}
.BgClassName
{
background-color: #CFBE65;
}
</style>
border-color css
<style>
span { border-color: #CFBE65; }
span { border-color: rgb(207,190,101); }
td.TdClassName
{
border-color: #CFBE65;
}
.TagClassName
{
border-color: #CFBE65;
}
</style>